No description
  • CodeQL 32.2%
  • Kotlin 27.1%
  • C# 16.9%
  • Java 7.6%
  • Python 4.6%
  • Other 11.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeroen Ketema 5690ec71b0
Merge pull request #22111 from jketema/jketema/swift-more-autobuild
Swift: Turn off caching and integrated driver in autobuild
2026-07-20 13:54:46 +02:00
.devcontainer Add reference to official codeql system requirements doc 2025-03-17 15:57:32 +01:00
.github Merge pull request #21324 from github/copilot/automate-go-version-updates-again 2026-06-06 03:03:03 +01:00
.vscode Change note creation script uses EDITOR environment variable 2025-02-11 14:04:46 +01:00
actions Release preparation for version 2.26.1 2026-07-09 16:48:01 +00:00
change-notes spelling: triggered 2022-10-20 08:21:02 -04:00
config remove check for files in sync 2026-05-27 17:41:44 +02:00
cpp Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
csharp Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
docs Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
go Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
java Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
javascript Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
misc Merge pull request #22207 from github/codeql-spark-run-29493713448 2026-07-17 12:10:28 +02:00
python Release preparation for version 2.26.1 2026-07-09 16:48:01 +00:00
ql QL4QL: Regenerate TreeSitter.qll 2026-06-29 12:05:42 +02:00
ruby Release preparation for version 2.26.1 2026-07-09 16:48:01 +00:00
rust Release preparation for version 2.26.1 2026-07-09 16:48:01 +00:00
shared Shared: Add missing QLdoc 2026-07-17 17:22:11 +02:00
swift Merge pull request #22111 from jketema/jketema/swift-more-autobuild 2026-07-20 13:54:46 +02:00
unified yeast: Fix bug in matching (_) 2026-07-09 11:48:50 +00:00
.bazelrc fix: disable Android SDK auto-detection for Bazel 9 compatibility 2026-02-10 13:44:07 +01:00
.bazelrc.internal Bazel: bump python version to 3.12 2025-03-19 15:14:13 +01:00
.bazelversion chore: upgrade Bazel to 9.0.0 2026-02-10 13:44:04 +01:00
.clang-format Swift: update formatting to clang-format 17.0.6 2024-01-25 13:58:14 +01:00
.editorconfig
.git-blame-ignore-revs Ignore auto-format commits in git blame. 2023-03-10 15:08:49 +01:00
.gitattributes Ripunzip: use releases from github 2025-11-18 17:23:59 +01:00
.gitignore Add .orig files to .gitignore. 2025-09-25 14:03:39 +01:00
.lfsconfig Explain .lfsconfig choice in the comment 2024-06-04 14:27:08 +02:00
.lgtm.yml codeql-go merge prep: integrate go/ into codeql 2022-05-20 10:22:47 -07:00
.pre-commit-config.yaml Kotlin: reinstante trailing whitespace 2026-03-26 14:59:49 +01:00
BUILD.bazel Rust: Vendor 3rdparty dependencies. 2024-11-13 13:22:14 +01:00
Cargo.lock yeast: Move schema and YAML loader into yeast-schema crate 2026-07-09 11:39:30 +00:00
Cargo.toml yeast: Move schema and YAML loader into yeast-schema crate 2026-07-09 11:39:30 +00:00
CODE_OF_CONDUCT.md
CODEOWNERS Merge pull request #21977 from owen-mc/code-owners-actions 2026-06-17 10:56:52 +01:00
codeql-workspace.yml Move list of immutable actions into internal model pack for now. 2025-02-27 11:48:27 -05:00
conftest.py Swift: add unit tests to code generation 2022-04-27 08:24:11 +02:00
CONTRIBUTING.md Deprecate the CodeQL for VS Code docs in favour of docs.github.com version 2024-04-25 07:59:33 +00:00
defs.bzl Bazel: code reorganization 2022-04-12 12:40:59 +02:00
LICENSE Update license; remove redundant Go qlpack license. 2025-02-06 10:23:37 +00:00
MODULE.bazel Merge branch 'main' into dependabot/bazel/nlohmann_json-3.12.0.bcr.1 2026-07-13 13:40:25 +02:00
README.md Update README.md 2024-05-07 13:09:08 +01:00
rust-toolchain.toml Cargo: align rust toolchain version with internal repository 2025-08-11 16:45:47 +02:00

CodeQL

This open source repository contains the standard CodeQL libraries and queries that power GitHub Advanced Security and the other application security products that GitHub makes available to its customers worldwide.

How do I learn CodeQL and run queries?

There is extensive documentation about the CodeQL language, writing CodeQL using the CodeQL extension for Visual Studio Code and using the CodeQL CLI.

Contributing

We welcome contributions to our standard library and standard checks. Do you have an idea for a new check, or how to improve an existing query? Then please go ahead and open a pull request! Before you do, though, please take the time to read our contributing guidelines. You can also consult our style guides to learn how to format your code for consistency and clarity, how to write query metadata, and how to write query help documentation for your query.

For information on contributing to CodeQL documentation, see the "contributing guide" for docs.

License

The code in this repository is licensed under the MIT License by GitHub.

The CodeQL CLI (including the CodeQL engine) is hosted in a different repository and is licensed separately. If you'd like to use the CodeQL CLI to analyze closed-source code, you will need a separate commercial license; please contact us for further help.

Visual Studio Code integration

If you use Visual Studio Code to work in this repository, there are a few integration features to make development easier.

CodeQL for Visual Studio Code

You can install the CodeQL for Visual Studio Code extension to get syntax highlighting, IntelliSense, and code navigation for the QL language, as well as unit test support for testing CodeQL libraries and queries.

Tasks

The .vscode/tasks.json file defines custom tasks specific to working in this repository. To invoke one of these tasks, select the Terminal | Run Task... menu option, and then select the desired task from the dropdown. You can also invoke the Tasks: Run Task command from the command palette.