Android-Password-Store/passgen/random/lint-baseline.xml
renovate[bot] 222ff5b052
fix(deps): update bouncycastle to v1.76 (#2632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-07-31 05:49:05 +00:00

16 lines
725 B
XML

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