Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-security/codeql-queries
[Deprecated] GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations. See GitHubSecurityLab/CodeQL-Community-Packs instead
https://github.com/advanced-security/codeql-queries
Last synced: about 1 month ago
JSON representation
[Deprecated] GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations. See GitHubSecurityLab/CodeQL-Community-Packs instead
- Host: GitHub
- URL: https://github.com/advanced-security/codeql-queries
- Owner: advanced-security
- License: mit
- Created: 2021-10-27T09:30:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:03:52.000Z (8 months ago)
- Last Synced: 2024-08-05T17:28:56.450Z (4 months ago)
- Language: CodeQL
- Homepage:
- Size: 1.04 MB
- Stars: 79
- Watchers: 1
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-hacking-lists - advanced-security/codeql-queries - [Deprecated] GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations. See GitHubSecurityLab/CodeQL-Community-Packs instead (CodeQL)
README
⚠️ This repository is no longer maintained and all work has been migrated to [GitHubSecurityLab/CodeQL-Community-Packs](https://github.com/GitHubSecurityLab/CodeQL-Community-Packs) repository ⚠️
# codeql-queries
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/advanced-security/codeql-queries)
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/advanced-security/codeql-queries/release-main.yml?style=for-the-badge)](https://github.com/advanced-security/codeql-queries/actions/workflows/release-main.yml?query=branch%3Amain)
[![GitHub Issues](https://img.shields.io/github/issues/advanced-security/codeql-queries?style=for-the-badge)](https://github.com/advanced-security/codeql-queries/issues)
[![GitHub Stars](https://img.shields.io/github/stars/advanced-security/codeql-queries?style=for-the-badge)](https://github.com/advanced-security/codeql-queries)
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)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:**
```yaml
# standard pack
packs: +advanced-security/codeql-${{ matrix.language }}
# extension pack
packs: +advanced-security/codeql-${{ matrix.language }}-extensions
```**Configuration file (multi-language, all packs):**
```yaml
# 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:
```bash
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](./LICENSE) for the full terms.
## Contributors
Mathew Payne
💻 🔬 🚧 🛡️
Paul Hodgkinson
💻 🤔 🔬 🛡️
Chad Bentz
💻 💡 🤔
Keith Hoodlet
💻 🔬 🚧 🛡️
## Support
Please [create GitHub issues](https://github.com/advanced-security/brew-dependency-submission-action) for any feature requests, bugs, or documentation problems.