mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Java: Fix test comment.
This commit is contained in:
@@ -433,7 +433,7 @@ class ExpRedosTest {
|
||||
// BAD - but not detected due to the way possessive quantifiers are approximated
|
||||
"((aa|a*+)b)*c", // $ MISSING: hasExpRedos
|
||||
|
||||
// BAD - testsing
|
||||
// BAD - testing mode flag groups
|
||||
"(?is)(a|aa?)*b" // $ hasExpRedos hasPrefixMsg= hasPump=a
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user