CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Mathias Vorreiter Pedersen d3d2e2188d C++: Accept test changes. 2024-04-29 09:38:42 +01:00
.devcontainer
.github JS: Remove ML-powered queries 2024-04-15 17:35:32 +01:00
.vscode
change-notes
config Java: Switch to shared `XML.qll` implementation 2024-03-19 13:15:45 +01:00
cpp C++: Accept test changes. 2024-04-29 09:38:42 +01:00
csharp Merge pull request #16311 from tamasvajk/fix/resx 2024-04-24 13:49:55 +02:00
docs Rename `UntrustedFlowSource` to `RemoteFlowSource` 2024-04-17 21:27:32 +01:00
go Merge pull request #16250 from owen-mc/go/rename-untrusted-flow-source 2024-04-24 11:37:00 +01:00
java Merge pull request #15599 from aschackmull/dataflow/fieldflowbranchlimit-v2 2024-04-23 10:08:05 +02:00
javascript JS: do fewer regexp matches in SensitiveActions 2024-04-23 15:31:38 +01:00
misc Merge pull request #16228 from github/post-release-prep/codeql-cli-2.17.1 2024-04-17 11:24:34 +01:00
python Merge pull request #16306 from github/nickrolfe/js-sensitive 2024-04-24 09:49:44 +01:00
ql Merge pull request #16066 from github/henrymercer/ql-run-diagnostics 2024-04-02 10:45:50 +01:00
ruby Merge pull request #16306 from github/nickrolfe/js-sensitive 2024-04-24 09:49:44 +01:00
shared Merge pull request #15599 from aschackmull/dataflow/fieldflowbranchlimit-v2 2024-04-23 10:08:05 +02:00
swift Merge pull request #16306 from github/nickrolfe/js-sensitive 2024-04-24 09:49:44 +01:00
.bazelrc
.bazelversion Upgrade to bazel 7.1 2024-03-19 13:40:45 +01:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes JS: Remove ML-powered queries 2024-04-15 17:35:32 +01:00
.gitignore
.lgtm.yml
.pre-commit-config.yaml
BUILD.bazel
CODEOWNERS JS: Remove ML-powered queries 2024-04-15 17:35:32 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MODULE.bazel Upgrade rules_pkg to 0.10.1. 2024-04-16 16:29:56 +02:00
README.md
WORKSPACE.bazel
codeql-workspace.yml JS: Remove ML-powered queries 2024-04-15 17:35:32 +01:00
conftest.py
defs.bzl

README.md

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 on getting started with writing CodeQL using the CodeQL extension for Visual Studio Code and 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.