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: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ To see what has changed in the last few versions of the extension, see the [Chan
15
15
* Shows the flow of data through the results of path queries, which is essential for triaging security results.
16
16
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/github/codeql).
17
17
* Adds IntelliSense to support you writing and editing your own CodeQL query and library files.
18
+
* Supports you running CodeQL queries against thousands of repositories on GitHub using multi-repository variant analysis.
Copy file name to clipboardExpand all lines: docs/test-plan.md
-4
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,6 @@ choose to go through some of the Optional Test Cases.
18
18
19
19
## Required Test Cases
20
20
21
-
### Pre-requisites
22
-
23
-
- Flip the `codeQL.canary` flag. This will enable MRVA in the extension.
24
-
25
21
### Test Case 1: MRVA - Running a problem path query and viewing results
26
22
27
23
1. Open the [UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql).
- Enable collection of telemetry concerning interactions with UI elements, including buttons, links, and other inputs. [#2114](https://github.com/github/vscode-codeql/pull/2114)
"contents": "Set up a controller repository to start using variant analysis.\n[Set up controller repository](command:codeQLVariantAnalysisRepositories.setupControllerRepository)",
1319
+
"contents": "Set up a controller repository to start using variant analysis. [Learn more](https://codeql.github.com/docs/codeql-for-visual-studio-code/running-codeql-queries-at-scale-with-mrva#controller-repository) about controller repositories. \n[Set up controller repository](command:codeQLVariantAnalysisRepositories.setupControllerRepository)",
Copy file name to clipboardExpand all lines: extensions/ql-vscode/test/vscode-tests/cli-integration/variant-analysis/variant-analysis-submission-integration.test.ts
0 commit comments