diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 17:40:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 18:53:58 +0530 |
commit | ced2008a85250a20e409364da9f8e640347adb1f (patch) | |
tree | ff0b10762d7a72b34c151362898070002122a75b /ssh/lint-baseline.xml | |
parent | 4d5b32d98b0c97a790eb429844c79ef5d37d9e7a (diff) |
Revert "Refactor SSHKey into a separate module (#2450)"
This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50.
Diffstat (limited to 'ssh/lint-baseline.xml')
-rw-r--r-- | ssh/lint-baseline.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ssh/lint-baseline.xml b/ssh/lint-baseline.xml deleted file mode 100644 index 3a04da73..00000000 --- a/ssh/lint-baseline.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 8.3.0-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha14)" variant="all" version="8.3.0-alpha14"> - - <issue - id="InvalidPackage" - message="Invalid package reference in library; not included in Android: `javax.naming.directory`. Referenced from `org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory`."> - <location - file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk18on/1.75/5adfef8a71a0933454739264b56283cc73dd2383/bcpkix-jdk18on-1.75.jar"/> - </issue> - - <issue - id="InvalidPackage" - message="Invalid package reference in library; not included in Android: `javax.naming`. Referenced from `org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory.1`."> - <location - file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk18on/1.75/5adfef8a71a0933454739264b56283cc73dd2383/bcpkix-jdk18on-1.75.jar"/> - </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="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk18on/1.75/5adfef8a71a0933454739264b56283cc73dd2383/bcpkix-jdk18on-1.75.jar"/> - </issue> - -</issues> |