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
Collection of community-driven CodeQL query and extension packs
4
+
5
+
## Getting started
6
+
7
+
### CodeQL packs syntax
8
+
9
+
Using `githubsecuritylab/codeql-LANG-queries` will reference the default suite for that pack (e.g. `python.qls` for python). However, you may use a different suite such as `python-audit.qls` by using the following syntax: `githubsecuritylab/codeql-python-queries:suites/python-audit.qls`. The examples below work for both situations.
0 commit comments