Skip to content

Commit 9f58d96

Browse files
committed
Swift: Remove TODO about a n unknown failure as it's now diagnosed and planned.
1 parent 76e51ee commit 9f58d96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/ql/test/library-tests/regex/redos_variants.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func myRegexpVariantsTests(myUrl: URL) throws {
143143

144144
// BAD
145145
// attack string: "\n".repeat(100) + "."
146-
// TODO: investigate, we should be getting this one.
147146
_ = try Regex(#"(?s)(.|\n)*!"#).firstMatch(in: tainted) // $ hasParseFailure MISSING: redos-vulnerable=
148147

149148
// GOOD

0 commit comments

Comments
 (0)