We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcebce commit a0f8e28Copy full SHA for a0f8e28
1 file changed
javascript/ql/test/query-tests/Security/CWE-400/ReDoS/tst.js
@@ -216,7 +216,7 @@ var good28 = /foo([\uDC66\uDC67]|[\uDC68\uDC69])*foo/
216
217
var good29 = /foo((\uDC66|\uDC67)|(\uDC68|\uDC69))*foo/
218
219
-var bad62 = /a{2,3}(b+)+X/; // $ MISSING: Alert - cannot currently construct a prefix
+var bad62 = /a{2,3}(b+)+X/; // $ Alert[js/redos]
220
221
var bad63 = /^<(\w+)((?:\s+\w+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/; // $ Alert[js/redos] - and a good prefix test
222
0 commit comments