mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
app: address TrustAllX509TrustManager lint
This commit is contained in:
parent
759c3b2e1a
commit
ecba50cbae
|
@ -23,41 +23,6 @@
|
||||||
column="3"/>
|
column="3"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TrustAllX509TrustManager"
|
|
||||||
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
||||||
<location
|
|
||||||
file="org/bouncycastle/est/jcajce/JcaJceUtils$1.class"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TrustAllX509TrustManager"
|
|
||||||
message="`checkServerTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
||||||
<location
|
|
||||||
file="org/bouncycastle/est/jcajce/JcaJceUtils$1.class"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TrustAllX509TrustManager"
|
|
||||||
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
||||||
<location
|
|
||||||
file="org/bouncycastle/est/jcajce/JcaJceUtils$2.class"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TrustAllX509TrustManager"
|
|
||||||
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
||||||
<location
|
|
||||||
file="org/eclipse/jgit/transport/TransportHttp$DummyX509TrustManager.class"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TrustAllX509TrustManager"
|
|
||||||
message="`checkServerTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
||||||
<location
|
|
||||||
file="org/eclipse/jgit/transport/TransportHttp$DummyX509TrustManager.class"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
<issue
|
||||||
id="Overdraw"
|
id="Overdraw"
|
||||||
message="Possible overdraw: Root element paints background `?android:attr/windowBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
|
message="Possible overdraw: Root element paints background `?android:attr/windowBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
<issue id="InvalidPackage">
|
<issue id="InvalidPackage">
|
||||||
<ignore regexp="X509LDAPCertStoreSpi" />
|
<ignore regexp="X509LDAPCertStoreSpi" />
|
||||||
</issue>
|
</issue>
|
||||||
|
<issue id="TrustAllX509TrustManager">
|
||||||
|
<ignore regexp="bouncycastle" />
|
||||||
|
<ignore regexp="eclipse/jgit" />
|
||||||
|
</issue>
|
||||||
<issue id="UnusedResources">
|
<issue id="UnusedResources">
|
||||||
<ignore path="src/main/res/values/bools.xml" />
|
<ignore path="src/main/res/values/bools.xml" />
|
||||||
<ignore path="src/main/res/values/colors_material3.xml" />
|
<ignore path="src/main/res/values/colors_material3.xml" />
|
||||||
|
|
Loading…
Reference in a new issue