Skip to content

advanced-security/codeql-queries

Repository files navigation

⚠️ This repository is no longer maintained and all work has been migrated to GitHubSecurityLab/CodeQL-Community-Packs repository ⚠️

codeql-queries

GitHub GitHub Actions GitHub Issues GitHub Stars Licence

This is the GitHub's Field Team's Custom CodeQL Queries, Suites, and Configurations repository.

Usage

Actions

To add the field CodeQL packs in Actions, you only will need to add the following packs or config-file:

Actions using packs argument:

# standard pack
packs: +advanced-security/codeql-${{ matrix.language }}
# extension pack
packs: +advanced-security/codeql-${{ matrix.language }}-extensions

Configuration file (multi-language, all packs):

# standard packs, extensions, and extra packs
config-file: advanced-security/codeql-queries/config/codeql.yml@main

CodeQL CLI

To use the Field queries with the CodeQL CLI, you need to do the following:

codeql pack download "advanced-security/codeql-$LANGUAGE@latest"
# ... init / setup
codeql database analyze \
    $CODEQL_DATABASE \
    "advanced-security/codeql-$LANGUAGE"

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

Contributors

Mathew Payne
Mathew Payne

💻 🔬 🚧 🛡️
Paul Hodgkinson
Paul Hodgkinson

💻 🤔 🔬 🛡️
Chad Bentz
Chad Bentz

💻 💡 🤔
Keith Hoodlet
Keith Hoodlet

💻 🔬 🚧 🛡️

Support

Please create GitHub issues for any feature requests, bugs, or documentation problems.

About

[Deprecated] GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations. See GitHubSecurityLab/CodeQL-Community-Packs instead

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks