jeroentrappers / flutter_jailbreak_detection

Flutter jailbreak detection plugin
BSD 3-Clause "New" or "Revised" License
65 stars 102 forks source link

Vulnerable Version of Kotlin #6

Closed kmoorejr9 closed 3 years ago

kmoorejr9 commented 3 years ago

We have a use case where we scan our packages at the native level using OWASP Dependency Check. A scan of this library reported multiple Kotlin vulnerabilities.

https://nvd.nist.gov/vuln/detail/CVE-2019-10101 https://nvd.nist.gov/vuln/detail/CVE-2019-10102

Upgrading to 1.3.30 is the minimum recommendation from JetBrains.

kmoorejr9 commented 3 years ago

Realized that I did not indicate that I also opened a PR which has been noted already :)

jeroentrappers commented 3 years ago

Thanks for the PR!