We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df03b7 commit e98720dCopy full SHA for e98720d
java/ql/lib/semmle/code/java/security/Encryption.qll
@@ -17,6 +17,7 @@ class X509TrustManager extends RefType {
17
X509TrustManager() { this.hasQualifiedName("javax.net.ssl", "X509TrustManager") }
18
}
19
20
+/** The `javax.net.ssl.HttpsURLConnection` class. */
21
class HttpsUrlConnection extends RefType {
22
HttpsUrlConnection() { this.hasQualifiedName("javax.net.ssl", "HttpsURLConnection") }
23
0 commit comments