This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /cpp/ @github/codeql-c-analysis | |
| /csharp/ @github/codeql-csharp | |
| /go/ @github/codeql-go | |
| /java/ @github/codeql-java | |
| /javascript/ @github/codeql-javascript | |
| /python/ @github/codeql-python | |
| /ruby/ @github/codeql-ruby | |
| /swift/ @github/codeql-c | |
| /java/kotlin-extractor/ @github/codeql-kotlin | |
| /java/kotlin-explorer/ @github/codeql-kotlin | |
| # ML-powered queries | |
| /javascript/ql/experimental/adaptivethreatmodeling/ @github/codeql-ml-powered-queries-reviewers | |
| # Notify members of codeql-go about PRs to the shared data-flow library files | |
| /java/ql/src/semmle/code/java/dataflow/internal/DataFlowImpl.qll @github/codeql-java @github/codeql-go | |
| /java/ql/src/semmle/code/java/dataflow/internal/DataFlowImpl2.qll @github/codeql-java @github/codeql-go | |
| /java/ql/src/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll @github/codeql-java @github/codeql-go | |
| /java/ql/src/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @github/codeql-java @github/codeql-go | |
| /java/ql/src/semmle/code/java/dataflow/internal/tainttracking2/TaintTrackingImpl.qll @github/codeql-java @github/codeql-go | |
| # CodeQL tools and associated docs | |
| /docs/codeql-cli/ @github/codeql-cli-reviewers | |
| /docs/codeql-for-visual-studio-code/ @github/codeql-vscode-reviewers | |
| /docs/ql-language-reference/ @github/codeql-frontend-reviewers | |
| /docs/query-*-style-guide.md @github/codeql-analysis-reviewers | |
| # QL for QL reviewers | |
| /ql/ @github/codeql-ql-for-ql-reviewers | |
| # Bazel | |
| **/*.bazel @github/codeql-ci-reviewers | |
| **/*.bzl @github/codeql-ci-reviewers | |
| # Documentation etc | |
| /*.md @github/code-scanning-product | |
| /LICENSE @github/code-scanning-product | |
| # Workflows | |
| /.github/workflows/ @github/codeql-ci-reviewers | |
| /.github/workflows/go-* @github/codeql-go | |
| /.github/workflows/js-ml-tests.yml @github/codeql-ml-powered-queries-reviewers | |
| /.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers | |
| /.github/workflows/ruby-* @github/codeql-ruby |