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 7ad1a21 commit 88fc96eCopy full SHA for 88fc96e
1 file changed
python/ql/test/query-tests/Security/CWE-730-ReDoS/unittests.py
@@ -10,3 +10,4 @@
10
re.compile(r'(?i)(?:.|\n)*b') # No ReDoS.
11
re.compile(r'(?s)(?:.|\n)*b') # Has ReDoS.
12
re.compile(r'(?is)(?:.|\n)*b') # Has ReDoS.
13
+re.compile(r'(?is)X(?:.|\n)*Y') # Has ReDoS.
0 commit comments