Skip to content

[FP]: kotlin-stdlib-jdk7-1.9.25 (CVE-2020-29582) #8343

@cor3000

Description

@cor3000

Package URl

pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.9.25

CPE

cpe:2.3:a:jetbrains:kotlin:1.9.25:::::::*

CVE

CVE-2020-29582

ODC Integration

{"label" => "Maven Plugin"}

ODC Version

12.2.0

Description

https://nvd.nist.gov/vuln/detail/CVE-2020-29582 the change history indicates a change last week affecting the kotlin version while adding a link to apache kafka ... I could imagine the updater meant to add a CPE to kafka version 2.1.0 and not change the kotlin version from 1.4.21 to 2.1.0

at the same time the generated XML snippets to suppress the FP don't seem to have any effect and the build keeps breaking reporting the same issue

[ERROR] kotlin-stdlib-1.9.25.jar (pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.9.25, cpe:2.3:a:jetbrains:kotlin:1.9.25:*:*:*:*:*:*:*): CVE-2020-29582(5.3)

neither of the 2 snippetsw below suppresses the FP(?)

<suppress>
   <notes><![CDATA[
   file name: kotlin-stdlib-1.9.25.jar
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin-stdlib@.*$</packageUrl>
   <cve>CVE-2020-29582</cve>
</suppress>
<suppress>
   <notes><![CDATA[
   file name: kotlin-stdlib-1.9.25.jar
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin-stdlib@.*$</packageUrl>
   <cpe>cpe:/a:jetbrains:kotlin</cpe>
</suppress>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions