Skip to content

Commit 80bf7cd

Browse files
committed
fix: remove the pkcs1 scheme
1 parent dd223ed commit 80bf7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ string getASecureAlgorithmName() {
250250
result =
251251
[
252252
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?![^a-zA-Z](ECB|CBC/PKCS[57]Padding))",
253-
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding", "RSA/ECB/PKCS1Padding",
253+
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding",
254254
"RSA/ECB/OAEPWithSHA-256AndMGF1Padding"
255255
]
256256
}

0 commit comments

Comments
 (0)