CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Arthur Baars bc05cdaa4d Implement fetch-codeql using 'gh codeql' 2022-08-01 12:55:35 +02:00
.devcontainer Swift: fix update-codeql 2022-06-22 11:05:30 +02:00
.github Implement fetch-codeql using 'gh codeql' 2022-08-01 12:55:35 +02:00
.vscode Apply suggestions from code review 2021-03-11 15:57:44 +01:00
change-notes Python: Update change notes for 1.26 2020-12-02 14:01:46 +01:00
config Move contextual queries from src to lib 2022-06-29 07:51:26 -07:00
cpp C++: Improve `ErrorExpr` documentation to match current practise 2022-07-29 09:08:56 +02:00
csharp Control flow: add order disambuigation customization 2022-07-28 09:11:42 +02:00
docs Docs: Update supported languages page with links to CLI and pack information 2022-07-19 14:58:27 -07:00
go Merge pull request #9862 from github/adityasharad/codeql-cli-2.10.1-mergeback 2022-07-20 10:42:34 +02:00
java Merge pull request #9908 from atorralba/atorralba/xml-inline-exp-test 2022-07-29 14:49:19 +02:00
javascript Merge pull request #9862 from github/adityasharad/codeql-cli-2.10.1-mergeback 2022-07-20 10:42:34 +02:00
misc Bump minor version of all regularly released packs 2022-06-21 11:22:58 +01:00
python Merge pull request #9579 from yoff/python/more-logic-tests 2022-08-01 11:36:11 +02:00
ql Ruby/QL: speed up trap writing by putting BufWriter in front of GzEncoder 2022-07-22 15:37:53 +01:00
ruby Control flow: add order disambuigation customization 2022-07-28 09:11:42 +02:00
swift Merge pull request #9926 from github/redsun82/swift-extract-module-type 2022-08-01 10:33:33 +02:00
.bazelrc Swift: set compiler flags explicitly 2022-04-28 13:17:05 +02:00
.bazelversion Bazel: reorganization 2022-04-12 12:40:59 +02:00
.editorconfig
.gitattributes codeql-go merge prep: integrate go/ into codeql 2022-05-20 10:22:47 -07:00
.gitignore Ignore .model-temp 2022-06-17 14:40:22 +02:00
.lgtm.yml codeql-go merge prep: integrate go/ into codeql 2022-05-20 10:22:47 -07:00
.pre-commit-config.yaml Swift: autopep8 all python files 2022-06-23 17:13:56 +02:00
BUILD.bazel Swift: first skeleton extractor 2022-04-12 12:40:59 +02:00
CODEOWNERS Swift: disable integration tests on macOS for now 2022-07-01 15:00:05 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Replace `help.semmle.com` links by `codeql.github.com` links 2022-04-22 20:42:11 +02:00
LICENSE
README.md Docs: Update references to github/codeql-go 2022-05-20 12:10:21 -07:00
WORKSPACE.bazel Bazel: rename workspace to codeql 2022-04-12 17:37:29 +02:00
codeql-workspace.yml Update codeql-workspace.yml 2022-05-30 15:53:48 +01:00
conftest.py Swift: add unit tests to code generation 2022-04-27 08:24:11 +02:00
defs.bzl Bazel: code reorganization 2022-04-12 12:40:59 +02:00

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. You can use the CodeQL for Visual Studio Code extension or the interactive query console on LGTM.com (Semmle Legacy product) to try out your queries on any open source project that's currently being analyzed.

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.