We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81bd5 commit af3d8c8Copy full SHA for af3d8c8
java/ql/test/query-tests/security/CWE-730/ExpRedosTest.java
@@ -433,7 +433,7 @@ class ExpRedosTest {
433
// BAD - but not detected due to the way possessive quantifiers are approximated
434
"((aa|a*+)b)*c", // $ MISSING: hasExpRedos
435
436
- // BAD - testsing
+ // BAD - testing mode flag groups
437
"(?is)(a|aa?)*b" // $ hasExpRedos hasPrefixMsg= hasPump=a
438
};
439
0 commit comments