From 55761aa4eec9b55caffbd67c3ffc04eb76f2b221 Mon Sep 17 00:00:00 2001 From: Charis Kyriakou Date: Tue, 28 Feb 2023 14:06:26 +0000 Subject: [PATCH] Update README to include MRVA --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fce91247..32d2af24c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ To see what has changed in the last few versions of the extension, see the [Chan * Shows the flow of data through the results of path queries, which is essential for triaging security results. * Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/github/codeql). * Adds IntelliSense to support you writing and editing your own CodeQL query and library files. +* Supports you running CodeQL queries against thousands of repositories on GitHub using multi-repository variant analysis. ## Project goals and scope