Files
codeql/CODEOWNERS
Line: 1: incorrect codeowner organization: github/codeql-c-analysis Line: 1: no users/groups matched Line: 2: incorrect codeowner organization: github/codeql-csharp Line: 2: no users/groups matched Line: 3: incorrect codeowner organization: github/codeql-java Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: github/codeql-javascript Line: 4: no users/groups matched Line: 5: incorrect codeowner organization: github/codeql-python Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: github/codeql-ruby Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: github/codeql-c Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: github/codeql-kotlin Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: github/codeql-kotlin Line: 9: no users/groups matched Line: 12: incorrect codeowner organization: github/codeql-ml-powered-queries-reviewers Line: 12: no users/groups matched Line: 15: incorrect codeowner organization: github/codeql-java Line: 15: incorrect codeowner organization: github/codeql-go Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: github/codeql-java Line: 16: incorrect codeowner organization: github/codeql-go Line: 16: no users/groups matched Line: 17: incorrect codeowner organization: github/codeql-java Line: 17: incorrect codeowner organization: github/codeql-go Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: github/codeql-java Line: 18: incorrect codeowner organization: github/codeql-go Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: github/codeql-java Line: 19: incorrect codeowner organization: github/codeql-go Line: 19: no users/groups matched Line: 22: incorrect codeowner organization: github/codeql-cli-reviewers Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: github/codeql-vscode-reviewers Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: github/codeql-frontend-reviewers Line: 24: no users/groups matched Line: 25: incorrect codeowner organization: github/codeql-analysis-reviewers Line: 25: no users/groups matched Line: 28: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 28: no users/groups matched Line: 31: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 32: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 35: incorrect codeowner organization: github/code-scanning-product Line: 35: no users/groups matched Line: 36: incorrect codeowner organization: github/code-scanning-product Line: 36: no users/groups matched Line: 39: incorrect codeowner organization: github/codeql-ci-reviewers Line: 39: no users/groups matched Line: 40: incorrect codeowner organization: github/codeql-ml-powered-queries-reviewers Line: 40: no users/groups matched Line: 41: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 41: no users/groups matched Line: 42: incorrect codeowner organization: github/codeql-ruby Line: 42: no users/groups matched
2022-05-20 10:07:19 -07:00

43 lines
1.8 KiB
Plaintext

/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
/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/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