CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Calum Grant 58563744d6 A simple query 2023-02-23 09:50:09 +00:00
.devcontainer
.github support the new shared compilation cache directory 2023-02-20 15:34:03 +01:00
.vscode Swift: enable VSCode to build extractor via CMake 2022-11-03 11:16:48 +01:00
change-notes spelling: triggered 2022-10-20 08:21:02 -04:00
config Merge pull request #11833 from erik-krogh/trackPyReg 2023-02-01 11:40:42 +01:00
cpp Merge branch 'main' into post-release-prep/codeql-cli-2.12.3 2023-02-17 14:39:26 +00:00
csharp Merge branch 'main' into post-release-prep/codeql-cli-2.12.3 2023-02-17 14:39:26 +00:00
docs Announce JDK20 support 2023-02-17 08:15:33 +00:00
go Merge branch 'main' into util/inline-expect-test-use-end-line 2023-02-20 10:03:38 +01:00
java Fix grammar 2023-02-22 00:42:50 +01:00
javascript Post-release preparation for codeql-cli-2.12.3 2023-02-16 17:23:25 +00:00
misc Merge pull request #12091 from github/cg/shared-code-metrics 2023-02-20 16:58:30 +00:00
python python: lower precision as discussed 2023-02-20 12:06:19 +01:00
ql A simple query 2023-02-23 09:50:09 +00:00
ruby Ruby: update tree-sitter-embedded-template 2023-02-21 13:49:33 +01:00
shared Merge branch 'main' into util/inline-expect-test-use-end-line 2023-02-20 10:03:38 +01:00
swift Merge pull request #12266 from geoffw0/taintplusequals 2023-02-21 09:32:53 +00:00
.bazelrc
.bazelversion
.editorconfig
.gitattributes
.gitignore C#: Add workflow for running QL tests 2022-11-22 09:32:44 +01:00
.lgtm.yml
.pre-commit-config.yaml Swift: skip QL code generation on untouched files 2022-11-18 16:56:01 +01:00
BUILD.bazel
CODEOWNERS Update CODEOWNERS 2023-02-17 15:48:24 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Adjust docs referring to experimental queries to include details on new tagging system 2022-12-14 17:16:38 +01:00
LICENSE
README.md Update README.md 2023-01-19 09:45:01 -05:00
WORKSPACE.bazel
codeql-workspace.yml Merge branch 'main' into redsun82/swift-integration-test-pack 2022-11-25 08:49:36 +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.