Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9468a6e

Browse files
committed
update expected output
1 parent 1b3c3ef commit 9468a6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/ql/test/query-tests/Performance/ReDoS/PolynomialBackTracking.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,6 @@
277277
| tst.js:287:21:287:24 | [^]* | it can start matching anywhere |
278278
| tst.js:290:15:290:19 | (a+)* | it can start matching anywhere |
279279
| tst.js:290:16:290:17 | a+ | it can start matching anywhere |
280-
| tst.js:293:16:293:20 | (a+)* | it can start matching anywhere |
281-
| tst.js:293:17:293:18 | a+ | it can start matching anywhere |
280+
| tst.js:293:21:293:25 | (a+)* | it can start matching anywhere |
281+
| tst.js:293:22:293:23 | a+ | it can start matching anywhere |
282282
| tst.js:296:15:296:24 | ((;\|^)a+)+ | it can start matching anywhere |

javascript/ql/test/query-tests/Performance/ReDoS/ReDoS.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
| tst.js:281:16:281:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
118118
| tst.js:284:16:284:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
119119
| tst.js:290:16:290:17 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
120-
| tst.js:293:17:293:18 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
120+
| tst.js:293:22:293:23 | a+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'a'. |
121121
| 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'. |
122122
| 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'. |
123123
| tst.js:305:18:305:20 | \\s+ | This part of the regular expression may cause exponential backtracking on strings containing many repetitions of ' '. |

0 commit comments

Comments
 (0)