DependencyCheck
DependencyCheck copied to clipboard
[FP]: openhtmltopdf-jsoup-dom-converter-1.0.0.jar flagged with cpe:2.3:a:jsoup:jsoup:1.0.0:*:*:*:*:*:*:*
Package URl
pkg:maven/com.openhtmltopdf/[email protected]
CPE
cpe:2.3:a:jsoup:jsoup:1.0.0:::::::*
CVE
CVE-2021-37714, CVE-2015-6748
ODC Integration
{"label"=>"Gradle Plugin"}
ODC Version
7.1.1
Description
openhtmltopdf-jsoup-dom-converter-1.0.0.jar flagged with cpe:2.3:a:jsoup:jsoup:1.0.0:::::::*
Maven Coordinates
<dependency>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-jsoup-dom-converter</artifactId>
<version>1.0.0</version>
</dependency>
Suppression rule:
<suppress base="true">
<notes><![CDATA[
FP per issue #4729
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.openhtmltopdf/openhtmltopdf-jsoup-dom-converter@.*$</packageUrl>
<cpe>cpe:/a:jsoup:jsoup</cpe>
</suppress>
Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/2789688299
The transitive dependency on jsoup has a vulnerability, but this library itself is not vulnerable
@cmuchinsky Fully agree on the FP, but did you also spot that the library is deprecated for removal and advertises to change to using the Jsoup provided W3CDom helper class?
approved
Suppress rule has been added to the generatedSuppressions branch.