CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Kasper Svendsen 92b408fbc1
Merge pull request #13274 from kaspersv/kaspersv/late-inline-member-preds-doc
Docs: Late inlining now supported for member predicates
2023-05-24 16:19:42 +02:00
.devcontainer
.github Merge pull request #13154 from aibaars/sync-dbscheme-py 2023-05-23 19:14:29 +02:00
.vscode
change-notes
config sync-dbscheme-fragments: add files argument 2023-05-22 19:37:58 +02:00
cpp Merge pull request #13266 from MathiasVP/modernize-print-ir-local-flow 2023-05-24 10:54:10 +02:00
csharp Merge pull request #13266 from MathiasVP/modernize-print-ir-local-flow 2023-05-24 10:54:10 +02:00
docs Docs: Late inlining now supported for member predicates 2023-05-24 14:02:58 +02:00
go Merge pull request #13135 from owen-mc/go/fix-unit-test 2023-05-16 07:50:50 +01:00
java Merge pull request #13248 from atorralba/atorralba/java/nio-files-copy-models-fix 2023-05-24 10:55:15 +02:00
javascript Merge pull request #13176 from MaxSchlueter/fixquery12 2023-05-24 10:56:53 +02:00
misc Swift: fix hidden AST getters 2023-05-22 09:57:48 +02:00
python Merge pull request #13154 from aibaars/sync-dbscheme-py 2023-05-23 19:14:29 +02:00
ql Merge pull request #13265 from asgerf/rb/delete-name-clash 2023-05-24 11:08:56 +02:00
ruby Merge pull request #13251 from hvitved/ruby/call-graph-self-param 2023-05-24 11:10:34 +02:00
shared Merge pull request #13261 from jketema/inline-legacy-classes 2023-05-24 10:13:19 +02:00
swift Swift: accept test changes after hidden AST fix 2023-05-22 10:14:29 +02:00
.bazelrc
.bazelversion
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.lgtm.yml
.pre-commit-config.yaml
BUILD.bazel
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
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 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.