From 8e4ee5df3dd52ede9babddc553c7894fd76bc6ac Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:05:25 +0100 Subject: [PATCH] Update release test plan (#2616) --- docs/test-plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/test-plan.md b/docs/test-plan.md index 452fa926d..ad0e263b8 100644 --- a/docs/test-plan.md +++ b/docs/test-plan.md @@ -44,21 +44,21 @@ choose to go through some of the Optional Test Cases. #### Test case 2: Running a problem query and viewing results -1. Open the [javascript UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql). +1. Open the [javascript ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql). 2. Select the `babel/babel` database (or download it if you don't have one already) 3. Run a local query. 4. Once the query completes: - Check that the result messages are rendered - Check that alert locations can be clicked on -#### Test case 3: Running a non-probem query and viewing results +#### Test case 3: Running a non-problem query and viewing results 1. Open the [cpp FunLinesOfCode query](https://github.com/github/codeql/blob/main/cpp/ql/src/Metrics/Functions/FunLinesOfCode.ql). 2. Select the `google/brotli` database (or download it if you don't have one already) 3. Run a local query. 4. Once the query completes: - Check that the results table is rendered - - Check that alert locations can be clicked on + - Check that result locations can be clicked on #### Test case 3: Can use AST viewer