diff options
-rw-r--r-- | app/lint-baseline.xml | 35 | ||||
-rw-r--r-- | app/lint.xml | 4 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 2d2eb5a3..4b312c7a 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -24,41 +24,6 @@ </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 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`)" errorLine1=" android:background="?android:attr/windowBackground"" diff --git a/app/lint.xml b/app/lint.xml index 0d179d4f..73d81f99 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -6,6 +6,10 @@ <issue id="InvalidPackage"> <ignore regexp="X509LDAPCertStoreSpi" /> </issue> + <issue id="TrustAllX509TrustManager"> + <ignore regexp="bouncycastle" /> + <ignore regexp="eclipse/jgit" /> + </issue> <issue id="UnusedResources"> <ignore path="src/main/res/values/bools.xml" /> <ignore path="src/main/res/values/colors_material3.xml" /> |