Skip to content

Commit 68fe3dd

Browse files
committed
Fix conflicts in experimental query
1 parent c24520c commit 68fe3dd

File tree

1 file changed

+0
-12
lines changed
  • java/ql/src/experimental/Security/CWE/CWE-327

1 file changed

+0
-12
lines changed

java/ql/src/experimental/Security/CWE/CWE-327/SslLib.qll

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,6 @@ class UnsafeTlsVersion extends StringLiteral {
9494
}
9595
}
9696

97-
class SSLParameters extends RefType {
98-
SSLParameters() { hasQualifiedName("javax.net.ssl", "SSLParameters") }
99-
}
100-
101-
class SSLSocket extends RefType {
102-
SSLSocket() { hasQualifiedName("javax.net.ssl", "SSLSocket") }
103-
}
104-
10597
class SSLServerSocket extends RefType {
10698
SSLServerSocket() { hasQualifiedName("javax.net.ssl", "SSLServerSocket") }
10799
}
108-
109-
class SSLEngine extends RefType {
110-
SSLEngine() { hasQualifiedName("javax.net.ssl", "SSLEngine") }
111-
}

0 commit comments

Comments
 (0)