Skip to content

Commit 6c739b6

Browse files
authored
Merge pull request #7318 from RasmusWL/java-cwe-328
Java: Tag queries with CWE-328
2 parents 3c59aa3 + ff9ed0d commit 6c739b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

java/ql/src/Security/CWE/CWE-327/BrokenCryptoAlgorithm.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id java/weak-cryptographic-algorithm
99
* @tags security
1010
* external/cwe/cwe-327
11+
* external/cwe/cwe-328
1112
*/
1213

1314
import java

java/ql/src/Security/CWE/CWE-327/MaybeBrokenCryptoAlgorithm.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id java/potentially-weak-cryptographic-algorithm
99
* @tags security
1010
* external/cwe/cwe-327
11+
* external/cwe/cwe-328
1112
*/
1213

1314
import java

0 commit comments

Comments
 (0)