Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlin-stdlib-common Vulnerabilities #11

Open
malenalbc opened this issue Nov 3, 2020 · 0 comments
Open

kotlin-stdlib-common Vulnerabilities #11

malenalbc opened this issue Nov 3, 2020 · 0 comments

Comments

@malenalbc
Copy link

malenalbc commented Nov 3, 2020

Run Dependency Check plugin on my Android library which uses version 1.2.0 of this library.
The plugin provides a report of vulnerabilities based on the National Vulnerability Database (NVD) hosted by NIST. It listed three on the specific version of kotlin-stdlib-common this library uses that were over 8 on the CVSS score level.

kotlin-stdlib-common-1.2.60.jar (pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.2.60, cpe:2.3:a:jetbrains:kotlin:1.2.60:*:*:*:*:*:*:*) : CVE-2019-10101, CVE-2019-10102, CVE-2019-10103

All should be resolved just updating to latest version 1.4.20-M1

As a workaround I'm forcing the library to use the latest version:

dependencies {
 configurations.all {
        resolutionStrategy {
            force 'org.jetbrains.kotlin:kotlin-stdlib-common:1.4.20-M1'
        }
    }
 ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant