DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

[FP]: junit-platform-engine-1.8.2

Open Lars5678 opened this issue 3 years ago • 1 comments

Package URl

pkg:maven/org.junit.platform/[email protected]

CPE

cpe:2.3:a:fan_platform_project:fan_platform:1.8.2:*:*:*:*:*:*:*

CVE

CVE-2022-31514

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

7.1.1

Description

Please Crosscheck

Lars5678 avatar Jul 15 '22 14:07 Lars5678

Maven Coordinates

<dependency>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-engine</artifactId>
   <version>1.8.2</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #4670
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.junit\.platform/junit-platform-engine@.*$</packageUrl>
   <cpe>cpe:/a:fan_platform_project:fan_platform</cpe>
</suppress>

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

github-actions[bot] avatar Jul 15 '22 14:07 github-actions[bot]