-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
[FP]: junit jupiter being falsely matched as CPE 1e:platform
#6743
Comments
chadlwilson
changed the title
[FP]: junit jupiter being falsely matched as CPU 1e:platform
[FP]: junit jupiter being falsely matched as CPE Jun 28, 2024
1e:platform
Maven Coordinates <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6743
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.junit\.jupiter/junit-jupiter-engine@.*$</packageUrl>
<cpe>cpe:/a:1e:platform</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/9707350278 |
Maven Coordinates <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6743
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.junit\.jupiter/junit-jupiter-engine@.*$</packageUrl>
<cpe>cpe:/a:1e:platform</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/9707356505 |
Perhaps this would be better here. <suppress>
<notes><![CDATA[
FP per issue #6743
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.junit\..*/junit-.*@.*$</packageUrl>
<cpe>cpe:/a:1e:platform</cpe>
</suppress> |
chadlwilson
added a commit
to chadlwilson/DependencyCheck
that referenced
this issue
Jun 28, 2024
aikebah
added a commit
that referenced
this issue
Jun 29, 2024
Resolved via the PR, followed by FP publishing pipeline of another FP |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Package URl
pkg:maven/org.junit.jupiter/[email protected]
CPE
cpe:2.3:a:1e:platform:5.10.3:*:*:*:*:*:*:*
CVE
CVE-2023-45161, CVE-2023-45163, CVE-2023-5964
ODC Integration
{"label"=>"Gradle Plugin"}
ODC Version
9.2.0
Description
1E Platform is something completely different: https://www.1e.com/platform/
There are actually three jars that are being detected as FPs now:
The FPs weren't reporting with junit
5.10.2
which implies the version number is part of the heuristic for CPE matching here :-(Could submit 3 different FPs for the automation, but not sure if that's the best way forward here?
The text was updated successfully, but these errors were encountered: