Skip to content

Commit f65f833

Browse files
Merge pull request #9020 from joefarebrother/predictable-seed
Java: Add CWE-377 tag to java/predictable-seed
2 parents 02822c6 + 61f1381 commit f65f833

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

java/ql/src/Security/CWE/CWE-335/PredictableSeed.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id java/predictable-seed
99
* @tags security
1010
* external/cwe/cwe-335
11+
* external/cwe/cwe-337
1112
*/
1213

1314
import java
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: queryMetadata
3+
---
4+
* Query `java/predictable-seed` now has a tag for CWE-337.

0 commit comments

Comments
 (0)