DependencyCheck
DependencyCheck copied to clipboard
[FP]: CVE-2022-37422 incorrectly detected on pkg:maven/org.eclipse.microprofile.config/[email protected]
Package URl
pkg:maven/org.eclipse.microprofile.config/[email protected]
CPE
cpe:2.3:a:payara:payara:2.0.1:*:*:*:*:*:*:*
CVE
CVE-2022-37422
ODC Integration
{"label"=>"Maven Plugin"}
ODC Version
7.1.2
Description
I have Java project using microprofile-config-api, which is pulled as a dependency from Quarkus 2.11.3.Final.
The plugin is flagging it as CVE-2022-37422, however this is a payara issue, not a microprofile-config-api one.
Error parsing package url: pkg:maven/org.eclipse.microprofile.config/[email protected] .
Error: Error: purl is missing the required "pkg" scheme component.
Please correct the package URL - consider copying the package url from the HTML report.
Maven Coordinates
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>2.0.1</version>
</dependency>
Suppression rule:
<suppress base="true">
<notes><![CDATA[
FP per issue #4781
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.eclipse\.microprofile\.config/microprofile-config-api@.*$</packageUrl>
<cpe>cpe:/a:payara:payara</cpe>
</suppress>
Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/2929748193
approved
Suppress rule has been added to the generatedSuppressions branch.