8000 Move things around after rebase · github/codeql@a2c3a59 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2c3a59

Browse files
committed
Move things around after rebase
1 parent 7acb778 commit a2c3a59

File tree

3 files changed

+2
-375
lines changed

3 files changed

+2
-375
lines changed

java/ql/lib/semmle/code/java/security/Encryption.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ class SSLSession extends RefType {
3434
SSLSession() { this.hasQualifiedName("javax.net.ssl", "SSLSession") }
3535
}
3636

37+
/** The `javax.net.ssl.SSLEngine` class. */
3738
class SSLEngine extends RefType {
3839
SSLEngine() { this.hasQualifiedName("javax.net.ssl", "SSLEngine") }
3940
}
4041

42+
/** The `javax.net.ssl.SSLSocket` class. */
4143
class SSLSocket extends RefType {
4244
SSLSocket() { this.hasQualifiedName("javax.net.ssl", "SSLSocket") }
4345
}

java/ql/src/semmle/code/java/security/Encryption.qll

Lines changed: 0 additions & 375 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0