DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

[FP]: jackson-xc

Open tobiasstadler opened this issue 3 years ago • 4 comments

Package URl

pkg:maven/org.codehaus.jackson/[email protected]

CPE

cpe:2.3:a:fasterxml:jackson-databind:1.9.13:::::::*

CVE

No response

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

7.1.1

Description

No response

tobiasstadler avatar Jun 23 '22 07:06 tobiasstadler

Maven Coordinates

<dependency>
   <groupId>org.codehaus.jackson</groupId>
   <artifactId>jackson-xc</artifactId>
   <version>1.9.13</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #4621
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.codehaus\.jackson/jackson-xc@.*$</packageUrl>
   <cpe>cpe:/a:fasterxml:jackson-databind</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/2547462401

github-actions[bot] avatar Jun 23 '22 07:06 github-actions[bot]

Maven Coordinates

<dependency>
   <groupId>org.codehaus.jackson</groupId>
   <artifactId>jackson-xc</artifactId>
   <version>1.9.13</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #4621
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.codehaus\.jackson/jackson-xc@.*$</packageUrl>
   <cpe>cpe:/a:fasterxml:jackson-databind</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/2547520736

github-actions[bot] avatar Jun 23 '22 07:06 github-actions[bot]

@tobiasstadler As a side note: Are you aware that this module has changed coordinates ages ago for version 2.x?

https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-xc

aikebah avatar Jun 25 '22 07:06 aikebah

Yes, I am well aware of that and I want to get rid of it. But unfortunately it is part of a client library for some external service I have to use.

tobiasstadler avatar Jun 28 '22 06:06 tobiasstadler

approved

jeremylong avatar Dec 06 '22 11:12 jeremylong

Suppress rule has been added to the generatedSuppressions branch.

github-actions[bot] avatar Dec 06 '22 11:12 github-actions[bot]