Make CPE matching case-insensitive#5280
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
src/main/java/org/dependencytrack/upgrade/v4140/v4140Updater.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/upgrade/v4140/v4140Updater.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Steffen Ohrendorf <[email protected]>
7e69e4b to
5dcdd7f
Compare
|
I'm still not sure this covers everything. It feels a bit above my head, and I still got the feeling that there are cases where this will not work properly. For example, with the recent changes, I added more changes for the lucene engine, and I'm not sure how to test this properly. |
Description
This is an attempt to address issue #4663, to make CPE matching case-insensitive.
Addressed Issue
Fixes #4663
Additional Details
Since this touches areas I'm not familiar with, and since the issue is marked with size M, I'm pretty sure I missed quite a lot of things.
Checklist