Skip to content

Commit 8e4ee5d

Browse files
authored
Update release test plan (#2616)
1 parent baa2a7f commit 8e4ee5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/test-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ choose to go through some of the Optional Test Cases.
4444

4545
#### Test case 2: Running a problem query and viewing results
4646

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).
4848
2. Select the `babel/babel` database (or download it if you don't have one already)
4949
3. Run a local query.
5050
4. Once the query completes:
5151
- Check that the result messages are rendered
5252
- Check that alert locations can be clicked on
5353

54-
#### Test case 3: Running a non-probem query and viewing results
54+
#### Test case 3: Running a non-problem query and viewing results
5555

5656
1. Open the [cpp FunLinesOfCode query](https://github.com/github/codeql/blob/main/cpp/ql/src/Metrics/Functions/FunLinesOfCode.ql).
5757
2. Select the `google/brotli` database (or download it if you don't have one already)
5858
3. Run a local query.
5959
4. Once the query completes:
6060
- Check that the results table is rendered
61-
- Check that alert locations can be clicked on
61+
- Check that result locations can be clicked on
6262

6363
#### Test case 3: Can use AST viewer
6464

0 commit comments

Comments
 (0)