summaryrefslogtreecommitdiff
path: root/passgen/random/lint-baseline.xml
blob: 02aa21bfc2ebd2bc201c035245efcebf1d96d8fb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>