CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
amammad f5efddc011 comments improvement 2023-10-06 21:12:59 +02:00
.devcontainer
.github Run "Check framework coverage changes" workflow when models-as-data files change 2023-06-08 15:57:38 +02:00
.vscode
change-notes
config fix eol 2023-06-14 21:17:12 +02:00
cpp Merge pull request #13455 from owen-mc/dataflow/add-flowCheckNodeSpecific 2023-06-20 13:24:26 +01:00
csharp Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
docs mention how instantiation-nested predicates are treated in stratification and evaluation 2023-06-20 12:29:52 +01:00
go Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
java Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
javascript comments improvement 2023-10-06 21:12:59 +02:00
misc Codegen: rename `ipa` to `synth` 2023-06-07 09:12:39 +02:00
python Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
ql Merge pull request #13517 from hvitved/ql/field-only-used-in-charpred-fix 2023-06-20 16:28:23 +01:00
ruby Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
shared Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
swift Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation 2023-06-20 11:56:12 -04:00
.bazelrc Swift: Use platform-specific Bazel config. 2023-06-16 17:24:04 +01:00
.bazelversion
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.lgtm.yml
.pre-commit-config.yaml
BUILD.bazel
CODEOWNERS Kotlin: Remove kotlin-explorer 2023-06-07 12:39:00 +01:00
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.