mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
update expected output
This commit is contained in:
@@ -277,6 +277,6 @@
|
||||
| tst.js:287:21:287:24 | [^]* | it can start matching anywhere |
|
||||
| tst.js:290:15:290:19 | (a+)* | it can start matching anywhere |
|
||||
| tst.js:290:16:290:17 | a+ | it can start matching anywhere |
|
||||
| tst.js:293:16:293:20 | (a+)* | it can start matching anywhere |
|
||||
| tst.js:293:17:293:18 | a+ | it can start matching anywhere |
|
||||
| tst.js:293:21:293:25 | (a+)* | it can start matching anywhere |
|
||||
| tst.js:293:22:293:23 | a+ | it can start matching anywhere |
|
||||
| tst.js:296:15:296:24 | ((;\|^)a+)+ | it can start matching anywhere |
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
| tst.js:281:16:281:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
|
||||
| tst.js:284:16:284:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
|
||||
| tst.js:290:16:290:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
|
||||
| tst.js:293:17:293:18 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
|
||||
| tst.js:293:22:293:23 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
|
||||
| tst.js:299:90:299:91 | e+ | This part of the regular expression may cause exponential backtracking on strings starting with '00000000000000' and containing many repetitions of 'e'. |
|
||||
| tst.js:302:18:302:19 | c+ | This part of the regular expression may cause exponential backtracking on strings starting with 'ab' and containing many repetitions of 'c'. |
|
||||
| tst.js:305:18:305:20 | \\s+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of ' '. |
|
||||
|
||||
Reference in New Issue
Block a user