-
-
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]: plexus-* packages got matched with CVE-2022-4244, CVE-2022-4245 #5973
Comments
Maven Coordinates <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<version>2.0</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #5973
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus-cipher@.*$</packageUrl>
<cpe>cpe:/a:codehaus-plexus_project:codehaus-plexus</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/6391379126 |
Maven Coordinates <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<version>2.0</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #5973
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus-cipher@.*$</packageUrl>
<cpe>cpe:/a:codehaus-plexus_project:codehaus-plexus</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/6391454837 |
think this one should be raised with the NVD. They have assigned a CPE |
@aikebah
I think we can replace cve with cpe on the bottom |
NVD has updated the CPE on these to plexus-utils. These FPs are expected to disappear on the next update of the NVD data on a new scan. |
Package URl
pkg:maven/org.codehaus.plexus/[email protected]
CPE
cpe:2.3:a:codehaus-plexus_project:codehaus-plexus:2.0:::::::*
CVE
CVE-2022-4244
ODC Integration
{"label"=>"Maven Plugin"}
ODC Version
8.4.0
Description
There are multiple packages matching this CVE (Which is for plexus-utils package)
plexus-cipher-2.0.jar: CVE-2022-4245(4.3), CVE-2022-4244(7.5)
plexus-sec-dispatcher-2.0.jar: CVE-2022-4245(4.3), CVE-2022-4244(7.5)
plexus-classworlds-2.6.0.jar: CVE-2022-4245(4.3), CVE-2022-4244(7.5)
plexus-component-annotations-2.1.0.jar: CVE-2022-4245(4.3), CVE-2022-4244(7.5)
plexus-interpolation-1.26.jar: CVE-2022-4245(4.3), CVE-2022-4244(7.5)
All of this seems to be caused by different name for plexus-utils in RedHat linux.
EDIT: The CVE is matching versions for plexus-utils, and it was fixed as part of plexus-utils with specified version
The text was updated successfully, but these errors were encountered: