CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Erik Krogh Kristensen 1856e2b389 fixup the $schema in all .sarif files 2022-06-19 20:09:31 +02:00
.devcontainer Devcontainer: Install test dependencies 2022-05-12 12:17:04 +00:00
.github fixup the $schema in all .sarif files 2022-06-19 20:09:31 +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 Update sync-identical-files. 2022-06-15 13:00:57 +01:00
cpp Revert "C++: Fix test failures where location of reference dereference in lambda changed" 2022-06-15 11:58:31 +02:00
csharp CaptureSinkModels.ql: Fix typo 2022-06-15 20:19:15 +01:00
docs Swift: revert accidental commit to docs 2022-06-15 08:46:17 +02:00
go Go autobuilder: don't attempt a go mod tidy when there's a vendor directory present 2022-06-16 10:12:39 +01:00
java Merge pull request #9563 from smowton/smowton/fix/name-trap-files-after-jvmnames 2022-06-17 12:32:28 +01:00
javascript fix typo 2022-06-19 20:09:31 +02:00
misc Merge pull request #9276 from jketema/upgrade-script-script 2022-05-24 10:09:31 +02:00
python Merge pull request #6570 from yoff/python/broaden-noqa-regex 2022-06-17 23:56:39 +02:00
ql fixup the $schema in all .sarif files 2022-06-19 20:09:31 +02:00
ruby Merge pull request #9566 from alexrford/ruby/activerecord-findby-dynamic 2022-06-17 09:39:46 +01:00
swift Merge pull request #9576 from erik-krogh/swift-fix 2022-06-16 09:51:44 +01: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 Normalize all text files to LF 2018-09-23 16:24:31 -07:00
.gitattributes codeql-go merge prep: integrate go/ into codeql 2022-05-20 10:22:47 -07:00
.gitignore JS: Add node_modules to .gitignore 2022-05-24 14:29:11 +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: generate `getParent` implementation 2022-06-01 14:32:58 +02:00
BUILD.bazel Swift: first skeleton extractor 2022-04-12 12:40:59 +02:00
CODEOWNERS CODEOWNERS: remove `BUILD.bazel` from codeql-ci-reviewers 2022-06-01 17:11:20 +02:00
CODE_OF_CONDUCT.md Update code of conduct in line with GH 2020-04-23 10:19:13 +01:00
CONTRIBUTING.md Replace `help.semmle.com` links by `codeql.github.com` links 2022-04-22 20:42:11 +02:00
LICENSE Relicense under MIT 2020-04-07 12:03:26 +01:00
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.