Use multi-repository variant analysis (beta) to run CodeQL queries at scale #49629
Replies: 4 comments 3 replies
-
@tuves is there an API to get the list of all public repos that are supported by this? |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hi @tuves, this is really cool! One request I have is to be able to filter the top 1000 further by topics or even code search, as I may be writing for a specific framework or type of program. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Retiring this post as it is over 6 months old. If you have any questions, consider starting a new post. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have released multi-repository variant analysis for CodeQL in public beta to help the OSS security community power up their research with CodeQL.
CodeQL is the static code analysis engine that powers GitHub code scanning. It’s a great tool for finding new types of security vulnerability – once you’ve identified an interesting pattern, model it as a CodeQL query, and then run it against your repository to find all occurrences of that pattern! But most vulnerabilities are relevant to many codebases. Multi-repository variant analysis for CodeQL allows security researchers to run CodeQL analyses against hundreds of repos, straight from the CodeQL extension for VS Code, making it possible to identify new types of security vulnerabilities in the most popular open-source codebases.
There's more detail in our blog post. Check out the CodeQL for VS Code documentation to learn how to get started with multi-repository variant analysis.
Thanks for checking out multi-repository variant analysis for CodeQL. If you have questions, comments, or feedback, reach out in the discussion below!
Beta Was this translation helpful? Give feedback.
All reactions