mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
16 lines
725 B
XML
16 lines
725 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.2.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha06)" variant="all" version="8.2.0-alpha06">
|
|
|
|
<issue
|
|
id="TrulyRandom"
|
|
message="Potentially insecure random numbers on Android 4.3 and older. Read https://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html for more info."
|
|
errorLine1="private val secureRandom = SecureRandom()"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/app/passwordstore/passgen/random/RandomNumberGenerator.kt"
|
|
line="9"
|
|
column="28"/>
|
|
</issue>
|
|
|
|
</issues>
|