DependencyCheck
DependencyCheck copied to clipboard
[FP]: r2dbc-postgresql reported as `cpe:2.3:a:postgresql:postgresql:0.9.1:release:*:*:*:*:*:*`
trafficstars
Package URl
pkg:maven/org.postgresql/[email protected]
CPE
cpe:2.3:a:postgresql:postgresql:0.9.1:release:*:*:*:*:*:*
CVE
No response
ODC Integration
{"label"=>"Gradle Plugin"}
ODC Version
7.1.1
Description
r2dbc-postgresql is the R2DBC driver for postgres and is completely different to postgresql itself.
Maven Coordinates
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>0.9.1.RELEASE</version>
</dependency>
Suppression rule:
<suppress base="true">
<notes><![CDATA[
FP per issue #4755
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.postgresql/r2dbc-postgresql@.*$</packageUrl>
<cpe>cpe:/a:postgresql:postgresql</cpe>
</suppress>
Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/2860147552
approved
Suppress rule has been added to the generatedSuppressions branch.