Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
Mathew Payne

💻 🔬 🚧 🛡️
Paul Hodgkinson
Paul Hodgkinson

💻 🤔 🔬 🛡️
Chad Bentz
Chad Bentz

💻 💡 🤔
Keith Hoodlet
Keith Hoodlet

💻 🔬 🚧 🛡️

## Support

Please [create GitHub issues](https://github.com/advanced-security/brew-dependency-submission-action) for any feature requests, bugs, or documentation problems.