From 3bc23d698e25819195df0d5f7abdbfae2c48921e Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Mon, 21 Sep 2026 10:04:42 +0200 Subject: [PATCH 1/2] CONTRIBUTING.md: Add Rust and Actions to list of languages --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0efca6dec93..460c8dbe5e57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,9 @@ If you have an idea for a query that you would like to share with other CodeQL u 1. **Directory structure** - There are eight language-specific query directories in this repository: + There are ten language-specific query directories in this repository: + * Actions: `actions/ql/src` * C/C++: `cpp/ql/src` * C#: `csharp/ql/src` * Go: `go/ql/src` @@ -25,6 +26,7 @@ If you have an idea for a query that you would like to share with other CodeQL u * JavaScript: `javascript/ql/src` * Python: `python/ql/src` * Ruby: `ruby/ql/src` + * Rust: `rust/ql/src` * Swift: `swift/ql/src` Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose. From d3d19f17c3a7bee6313d8434c827b8b074240f0b Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Mon, 21 Sep 2026 10:05:44 +0200 Subject: [PATCH 2/2] CONTRIBUTING.md: Remove comment on experimental bazel targets --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 460c8dbe5e57..81980359600a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,3 @@ After the experimental query is merged, we welcome pull requests to improve it. If you contribute to this project, we will record your name and email address (as provided by you with your contributions) as part of the code repositories, which are public. We might also use this information to contact you in relation to your contributions, as well as in the normal course of software development. We also store records of CLA agreements signed in the past, but no longer require contributors to sign a CLA. Under GDPR legislation, we do this on the basis of our legitimate interest in creating the CodeQL product. Please do get in touch (privacy@github.com) if you have any questions about this or our data protection policies. - -## Bazel -Please notice that any bazel targets and definitions in this repository are currently experimental -and for internal use only.