CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Tom Hvitved 46631d6eaf
Merge pull request #10931 from hvitved/ruby/fix-flow-into-phis
Ruby: Fix flow steps into phi nodes
2022-11-02 21:07:06 +01:00
.devcontainer
.github Merge pull request #11067 from github/jhelie/add-atm-model-integration-tests-hello-world 2022-11-02 14:20:51 +01:00
.vscode
change-notes spelling: triggered 2022-10-20 08:21:02 -04:00
config add test repo 2022-11-01 20:57:58 +01:00
cpp Update cpp/ql/test/query-tests/Likely Bugs/Format/NonConstantFormat/test.cpp 2022-10-31 17:03:29 +01:00
csharp Revert "SSA: Turn consistency predicates into `query` predicates" 2022-11-02 09:11:45 +01:00
docs Merge pull request #10905 from jsoref/spelling-code-scanning-product 2022-10-27 12:55:37 +02:00
go Merge pull request #10668 from aibaars/ruby-deps 2022-11-01 13:55:42 +01:00
java Merge pull request #11064 from smowton/smowton/fix/kotlin-inherited-defaults 2022-11-02 18:13:14 +00:00
javascript Merge pull request #10986 from erik-krogh/tsPerf 2022-11-01 09:03:24 +01:00
misc Legacy support qlpacks: continue using libraryPathDependencies; add a comment noting this is obsolete. 2022-10-28 16:47:30 +01:00
python Merge pull request #10998 from RasmusWL/essa-use-use-test 2022-10-31 10:38:26 +01:00
ql add explicit this 2022-10-31 15:56:01 +01:00
ruby Merge pull request #10931 from hvitved/ruby/fix-flow-into-phis 2022-11-02 21:07:06 +01:00
shared Revert "SSA: Turn consistency predicates into `query` predicates" 2022-11-02 09:11:45 +01:00
swift Merge pull request #11027 from atorralba/atorralba/swift/webview-js-native-bridge-sources 2022-11-02 09:32:57 +01:00
.bazelrc
.bazelversion
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.pre-commit-config.yaml
BUILD.bazel
CODEOWNERS Fix CODEOWNERS docs/codeql/ paths 2022-10-19 23:36:42 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md remove a few mentions of LGTM.com 2022-09-29 17:29:03 +01:00
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.

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.