We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2e574 commit 3f1d01dCopy full SHA for 3f1d01d
java/ql/src/semmle/code/java/security/Encryption.qll
@@ -21,6 +21,10 @@ class SSLSocketFactory extends RefType {
21
SSLSocketFactory() { this.hasQualifiedName("javax.net.ssl", "SSLSocketFactory") }
22
}
23
24
+class SSLSession extends RefType {
25
+ SSLSession() { hasQualifiedName("javax.net.ssl", "SSLSession") }
26
+}
27
+
28
class SSLContext extends RefType {
29
SSLContext() { hasQualifiedName("javax.net.ssl", "SSLContext") }
30
0 commit comments