CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Paolo Tranquilli 3cd8aaf4b0 Rust: simplify rust doc test annotation 2024-09-09 08:59:17 +02:00
.devcontainer
.github Merge pull request #17377 from github/criemen/csharp-move-jobs 2024-09-04 20:10:26 +02:00
.vscode
change-notes
config
cpp Merge pull request #17351 from paldepind/swap-member-data-flow 2024-09-05 11:39:16 +02:00
csharp Merge branch 'main' into del-deps-sep-2024 2024-09-04 12:43:41 +02:00
docs
go Merge pull request #17378 from github/mbg/go/improve-typeparamtype 2024-09-04 13:31:51 +01:00
java Merge pull request #17349 from erik-krogh/del-deps-sep-2024 2024-09-04 14:18:31 +02:00
javascript add some change-notes 2024-09-03 22:06:07 +02:00
misc Rust: simplify rust doc test annotation 2024-09-09 08:59:17 +02:00
python Merge pull request #16814 from porcupineyhairs/pyCors 2024-09-05 02:43:02 +01:00
ql Bump `tree-sitter` to `0.23.0` 2024-09-04 09:47:59 +02:00
ruby Merge pull request #17349 from erik-krogh/del-deps-sep-2024 2024-09-04 14:18:31 +02:00
rust Rust: remove accidental test source file 2024-09-06 14:29:10 +02:00
shared Merge branch 'main' into rust-experiment 2024-09-05 12:29:29 +02:00
swift Merge branch 'main' into rust-experiment 2024-09-05 12:29:29 +02:00
.bazelrc
.bazelrc.internal
.bazelversion
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Rust: remove accidental IDE files 2024-09-06 12:05:11 +02:00
.lfsconfig
.lgtm.yml
.pre-commit-config.yaml
BUILD.bazel
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MODULE.bazel Merge branch 'main' into rust-experiment 2024-09-05 12:29:29 +02:00
README.md
WORKSPACE.bazel
codeql-workspace.yml
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 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.