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 82d9180 commit 82a5b78Copy full SHA for 82a5b78
java/ql/src/experimental/Security/CWE/CWE-327/SslLib.qll
@@ -97,6 +97,3 @@ class UnsafeTlsVersion extends StringLiteral {
97
class SslServerSocket extends RefType {
98
SslServerSocket() { hasQualifiedName("javax.net.ssl", "SSLServerSocket") }
99
}
100
-
101
-/** DEPRECATED: Alias for SslServerSocket */
102
-deprecated class SSLServerSocket = SslServerSocket;
0 commit comments