False Positive on Kotlin
See original GitHub issueFalse positive on kotlin-stdlib-jdk8-1.4.0.jar (and a few other core kotlin 1.4.0 libraries) - reported as:
cpe:2.3:a:jetbrains:kotlin:1.4.0:milestone1:*:*:*:*:*:*
cpe:2.3:a:jetbrains:kotlin:1.4.0:milestone2:*:*:*:*:*:*
cpe:2.3:a:jetbrains:kotlin:1.4.0:milestone3:*:*:*:*:*:*
cpe:2.3:a:jetbrains:kotlin:1.4.0:rc:*:*:*:*:*:*
Last night, after a change that NIST made, the core Kotlin libraries started reporting as vulnerable to CVE-2020-15824 despite the advisory stating that 1.4.0 fixes the issue.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:24
- Comments:6 (1 by maintainers)
Top Results From Across the Web
False positive "'when' expression must be exhaustive" when ...
This happens only when referencing a sealed class from kotlin module in an android module. For example when s from other android modules...
Read more >False positive: v1.6.21 kotlin-util-io detected as virus by MS ...
Today MS Defender started to block access to kotlin-util-io v1.6.21, e.g. when trying to download from mvnrepository.com.
Read more >Suspicious indentation lint check false positive in kotlinx ...
There is a report (not yet reproduced) that the new suspicious indentation lint check has a false positive on the kotlin coroutines library....
Read more >False positive in Android lint check for LinkedHashMap.remove()
False positive in Android lint check for LinkedHashMap.remove() · java · android · kotlin · lint · android-lint.
Read more >3 What Is TDD? Written by Victoria Gonda - RayWenderlich.com
You'll start from scratch using pure Kotlin independent of any framework to ... You'll learn more about this in the False Positives section...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We just fell into this trap too and i’m guessing suppression is still the way forward here as updating to the latest components (1.4.20 at the time of writing) still produces the FP. Any news on the update on this @jeremylong?
This looks like the ones we just hit: dependency-check is getting confused by the versioning, and deciding that the rules that match the “milestone1” pre-release also apply to 1.4.0 (release).
etc.