15 lines
701 B
XML
15 lines
701 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.0.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0)" variant="all" version="8.0.0">
|
|
|
|
<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>
|