mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
This pull request adds @github/ps-codeql as a code owner of `**/experimental/quantum/` to support the development of post-quantum cryptography-related libraries and queries. We’ll be committing stable but experimental work to these directories as it becomes ready for public use, with a near-term goal of moving it out of experimental. To get started, we’d also need write access to `github/codeql`. cc @adityasharad @lcartey
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
/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
|
|
/ruby/ @github/codeql-ruby
|
|
/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
|
|
|
|
# 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
|
|
|
|
# QL for QL reviewers
|
|
/ql/ @github/codeql-ql-for-ql-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/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
|