aboutsummaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:22:38 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:47:51 +0530
commitecba50cbae1a01a3436c4803fcc1429333a0fbb4 (patch)
treea3ac5dbda5caf1c0fcd157b76f83e760d1a5d6be /app/lint-baseline.xml
parent759c3b2e1af3ab044535648c6d3cb74b0dca05f9 (diff)
app: address TrustAllX509TrustManager lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml35
1 files changed, 0 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=&quot;?android:attr/windowBackground&quot;"