Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6a8c27

Browse files
Jami CogswellJami Cogswell
authored andcommitted
delete experimental files
1 parent bd76b1f commit b6a8c27

4 files changed

Lines changed: 1 addition & 689 deletions

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,7 @@ string getASecureAlgorithmName() {
249249
result =
250250
[
251251
"RSA", "SHA256", "SHA512", "CCM", "GCM", "AES(?![^a-zA-Z](ECB|CBC/PKCS[57]Padding))",
252-
"Blowfish", "ECIES" // ! Blowfish not actually secure based on https://rules.sonarsource.com/java/type/Vulnerability/RSPEC-4426 ??
253-
// ! hmm, other sources imply that it is secure...
254-
// ! also no DH here, etc.?
255-
// ! also is ECB matched with AES?
252+
"Blowfish", "ECIES"
256253
]
257254
}
258255

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

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

0 commit comments

Comments
 (0)