Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac79866 + 6b4cfbb commit e3c1101Copy full SHA for e3c1101
3 files changed
java/ql/src/Security/CWE/CWE-730/PolynomialReDoS.ql
@@ -8,6 +8,7 @@
8
* @precision high
9
* @id java/polynomial-redos
10
* @tags security
11
+ * external/cwe/cwe-1333
12
* external/cwe/cwe-730
13
* external/cwe/cwe-400
14
*/
java/ql/src/Security/CWE/CWE-730/ReDoS.ql
@@ -9,6 +9,7 @@
* @id java/redos
15
java/ql/src/change-notes/2022-08-23-redos-cwe-1333.md
@@ -0,0 +1,4 @@
1
+---
2
+category: queryMetadata
3
4
+* The queries `java/redos` and `java/polynomial-redos` now have a tag for CWE-1333.
0 commit comments