You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test-plan.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,21 +44,21 @@ choose to go through some of the Optional Test Cases.
44
44
45
45
#### Test case 2: Running a problem query and viewing results
46
46
47
-
1. Open the [javascript UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql).
47
+
1. Open the [javascript ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql).
48
48
2. Select the `babel/babel` database (or download it if you don't have one already)
49
49
3. Run a local query.
50
50
4. Once the query completes:
51
51
- Check that the result messages are rendered
52
52
- Check that alert locations can be clicked on
53
53
54
-
#### Test case 3: Running a non-probem query and viewing results
54
+
#### Test case 3: Running a non-problem query and viewing results
55
55
56
56
1. Open the [cpp FunLinesOfCode query](https://github.com/github/codeql/blob/main/cpp/ql/src/Metrics/Functions/FunLinesOfCode.ql).
57
57
2. Select the `google/brotli` database (or download it if you don't have one already)
0 commit comments