We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg:maven/org.apache.logging.log4j/[email protected]
cpe:2.3:a:log4js_project:log4js:2.23.1:*:*:*:*:*:*:*
CVE-2022-21704
{"label"=>"Gradle Plugin"}
10.0.3
As I stated in this comment, the previous regression didn't work.
In this other comment, I shared required change to make it work.
TL;DR: the CPE section in the suppression has to be changed as follows:
<cpe>cpe:/a:log4js_project:log4js</cpe>
The text was updated successfully, but these errors were encountered:
Maven Coordinates
<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.23.1</version> </dependency>
Suppression rule:
<suppress base="true"> <notes><![CDATA[ FP per issue #6869 ]]></notes> <packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j-slf4j2-impl@.*$</packageUrl> <cpe>cpe:/a:log4js_project:log4js</cpe> </suppress>
Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/10059660424
Sorry, something went wrong.
This yet another example of a FP as result of a platform/language mismatch. @OrangeDog FYI
fix: Fixup improper FP suppression of #6695
ae7e53d
Fixup the wrongly added suppression as per comment b2052fb#r142470093 and issue #6869
The original suppression from #6695 has been corrected and FP suppression automation has published the updated hosted suppressions file
No branches or pull requests
Package URl
pkg:maven/org.apache.logging.log4j/[email protected]
CPE
cpe:2.3:a:log4js_project:log4js:2.23.1:*:*:*:*:*:*:*
CVE
CVE-2022-21704
ODC Integration
{"label"=>"Gradle Plugin"}
ODC Version
10.0.3
Description
As I stated in this comment, the previous regression didn't work.
In this other comment, I shared required change to make it work.
TL;DR: the CPE section in the suppression has to be changed as follows:
The text was updated successfully, but these errors were encountered: