Skip to content

Commit af3d8c8

Browse files
committed
Java: Fix test comment.
1 parent 1c81bd5 commit af3d8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/query-tests/security/CWE-730/ExpRedosTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class ExpRedosTest {
433433
// BAD - but not detected due to the way possessive quantifiers are approximated
434434
"((aa|a*+)b)*c", // $ MISSING: hasExpRedos
435435

436-
// BAD - testsing
436+
// BAD - testing mode flag groups
437437
"(?is)(a|aa?)*b" // $ hasExpRedos hasPrefixMsg= hasPump=a
438438
};
439439

0 commit comments

Comments
 (0)