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.
1 parent 76e51ee commit 9f58d96Copy full SHA for 9f58d96
1 file changed
swift/ql/test/library-tests/regex/redos_variants.swift
@@ -143,7 +143,6 @@ func myRegexpVariantsTests(myUrl: URL) throws {
143
144
// BAD
145
// attack string: "\n".repeat(100) + "."
146
- // TODO: investigate, we should be getting this one.
147
_ = try Regex(#"(?s)(.|\n)*!"#).firstMatch(in: tainted) // $ hasParseFailure MISSING: redos-vulnerable=
148
149
// GOOD
0 commit comments