File tree Expand file tree Collapse file tree
extensions/ql-vscode/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ choose to go through some of the Optional Test Cases.
2323### Test Case 1: MRVA - Running a problem path query and viewing results
2424
25251 . Open the [ UnsafeJQueryPlugin query] ( https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql ) .
26- 2 . Run it against the following repo list:
26+ 2 . Run a MRVA against the following repo list:
2727```
2828"test-repo-list": [
2929 "angular-cn/ng-nice",
@@ -47,7 +47,7 @@ choose to go through some of the Optional Test Cases.
4747### Test Case 2: MRVA - Running a problem query and viewing results
4848
49491 . Open the [ ReDoS query] ( https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql ) .
50- 2 . Run it against the "Top 10" repositories.
50+ 2 . Run a MRVA against the "Top 10" repositories.
51513 . Check the notification message. It should:
5252 - Show the number of repos that are going to be queried
5353 - Provide a link to the actions workflow
@@ -62,7 +62,7 @@ choose to go through some of the Optional Test Cases.
6262### Test Case 3: MRVA - Running a non-problem query and viewing results
6363
64641 . Open the [ FunLinesOfCode query] ( https://github.com/github/codeql/blob/main/cpp/ql/src/Metrics/Functions/FunLinesOfCode.ql ) .
65- 2 . Run it against a single repository (e.g. ` google/brotli ` ).
65+ 2 . Run a MRVA against a single repository (e.g. ` google/brotli ` ).
66663 . Once the query starts:
6767 - Open the query results
6868 - Check that the results show up in a table:
You can’t perform that action at this time.
0 commit comments