Files
codeql/CODEOWNERS
Line: 2: incorrect codeowner organization: github/codeql-alert-coverage-eng Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: github/codeql-dynamic Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: github/codeql-c-analysis Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: github/codeql-csharp Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: github/codeql-c-extractor Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: github/codeql-c-extractor Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: github/codeql-go Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: github/codeql-java Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: github/codeql-javascript Line: 12: no users/groups matched Line: 13: incorrect codeowner organization: github/codeql-python Line: 13: no users/groups matched Line: 14: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: github/codeql-ruby Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: github/codeql-rust Line: 16: no users/groups matched Line: 17: incorrect codeowner organization: github/codeql-shared-libraries-reviewers Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: github/codeql-swift Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: github/codeql-swift Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: github/codeql-kotlin Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: github/codeql-kotlin Line: 21: no users/groups matched Line: 22: incorrect codeowner organization: github/codeql-kotlin Line: 22: no users/groups matched Line: 25: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 26: incorrect codeowner organization: github/ps-codeql Line: 26: no users/groups matched Line: 29: incorrect codeowner organization: github/codeql-cli-reviewers Line: 29: no users/groups matched Line: 30: incorrect codeowner organization: github/codeql-vscode-reviewers Line: 30: no users/groups matched Line: 31: incorrect codeowner organization: github/codeql-frontend-reviewers Line: 31: no users/groups matched Line: 32: incorrect codeowner organization: github/codeql-analysis-reviewers Line: 32: no users/groups matched Line: 35: incorrect codeowner organization: github/codeql-ci-reviewers Line: 35: no users/groups matched Line: 36: incorrect codeowner organization: github/codeql-ci-reviewers Line: 36: no users/groups matched Line: 37: incorrect codeowner organization: github/codeql-ci-reviewers Line: 37: no users/groups matched Line: 38: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 41: incorrect codeowner organization: github/code-scanning-product Line: 41: no users/groups matched Line: 42: incorrect codeowner organization: github/code-scanning-product Line: 42: no users/groups matched Line: 45: incorrect codeowner organization: github/codeql-ci-reviewers Line: 45: no users/groups matched Line: 46: incorrect codeowner organization: github/codeql-go Line: 46: no users/groups matched Line: 47: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 47: no users/groups matched Line: 48: incorrect codeowner organization: github/codeql-ruby Line: 48: no users/groups matched Line: 49: incorrect codeowner organization: github/codeql-rust Line: 49: no users/groups matched Line: 50: incorrect codeowner organization: github/codeql-swift Line: 50: no users/groups matched Line: 53: incorrect codeowner user: RasmusWL Line: 53: no users/groups matched Line: 54: incorrect codeowner user: RasmusWL Line: 54: no users/groups matched Line: 57: incorrect codeowner organization: github/codeql-ci-reviewers Line: 57: no users/groups matched
2025-10-07 12:33:32 +01:00

58 lines
2.0 KiB
Plaintext

# Catch-all for anything which isn't matched by a line lower down
* @github/codeql-alert-coverage-eng
# CodeQL language libraries
/actions/ @github/codeql-dynamic
/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
/csharp/autobuilder/Semmle.Autobuild.Cpp @github/codeql-c-extractor
/csharp/autobuilder/Semmle.Autobuild.Cpp.Tests @github/codeql-c-extractor
/go/ @github/codeql-go
/java/ @github/codeql-java
/javascript/ @github/codeql-javascript
/python/ @github/codeql-python
/ql/ @github/codeql-ql-for-ql-reviewers
/ruby/ @github/codeql-ruby
/rust/ @github/codeql-rust
/shared/ @github/codeql-shared-libraries-reviewers
/swift/ @github/codeql-swift
/misc/codegen/ @github/codeql-swift
/java/kotlin-extractor/ @github/codeql-kotlin
/java/ql/test-kotlin1/ @github/codeql-kotlin
/java/ql/test-kotlin2/ @github/codeql-kotlin
# Experimental CodeQL cryptography
**/experimental/**/quantum/ @github/ps-codeql
/shared/quantum/ @github/ps-codeql
# CodeQL tools and associated docs
/docs/codeql/codeql-cli/ @github/codeql-cli-reviewers
/docs/codeql/codeql-for-visual-studio-code/ @github/codeql-vscode-reviewers
/docs/codeql/ql-language-reference/ @github/codeql-frontend-reviewers
/docs/query-*-style-guide.md @github/codeql-analysis-reviewers
# Bazel (excluding BUILD.bazel files)
MODULE.bazel @github/codeql-ci-reviewers
.bazelversion @github/codeql-ci-reviewers
.bazelrc @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/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
/.github/workflows/ruby-* @github/codeql-ruby
/.github/workflows/rust.yml @github/codeql-rust
/.github/workflows/swift.yml @github/codeql-swift
# Misc
/misc/scripts/accept-expected-changes-from-ci.py @RasmusWL
/misc/scripts/generate-code-scanning-query-list.py @RasmusWL
# .devcontainer
/.devcontainer/ @github/codeql-ci-reviewers