CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Tony Torralba 39fd1b48fc
Merge pull request #9143 from github/workflow/coverage/update
Update CSV framework coverage reports
2022-05-13 09:37:29 +02:00
.devcontainer Devcontainer: Install test dependencies 2022-05-12 12:17:04 +00:00
.github Kotlin: Remove kotlin branch CI test 2022-05-10 19:51:31 +01:00
.vscode
change-notes
config Add Java ReDoS libraries to identical-files.json 2022-05-04 15:41:33 +01:00
cpp Merge pull request #9114 from geoffw0/xxe7 2022-05-12 15:47:53 +01:00
csharp Merge pull request #9101 from hvitved/dataflow/include-hidden 2022-05-12 15:36:12 +02:00
docs Merge pull request #8634 from RasmusWL/promote-xxe 2022-05-09 21:54:55 +02:00
java Add changed framework coverage reports 2022-05-13 00:19:40 +00:00
javascript Merge pull request #9115 from erik-krogh/fileAndFolder 2022-05-12 14:55:28 +02:00
misc Swift: enable dynamic mode 2022-05-03 12:33:24 +02:00
python Merge pull request #9101 from hvitved/dataflow/include-hidden 2022-05-12 15:36:12 +02:00
ql QL for QL: fix checking spelling of 'analyze' in multi-line comments 2022-05-11 17:43:39 +01:00
ruby Merge pull request #9101 from hvitved/dataflow/include-hidden 2022-05-12 15:36:12 +02:00
swift Swift: remove `Tag` nested alias in `TrapLabel` 2022-05-11 17:44:00 +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
.codeqlmanifest.json Misc: Allow `*/ql/consistency-queries/qlpack.yml` 2022-02-04 12:06:50 +01:00
.editorconfig
.gitattributes Upgrade scripts testing: set initial dbschemes 2022-02-08 11:11:41 -08:00
.gitignore Swift: enable dynamic mode 2022-05-03 12:33:24 +02:00
.lgtm.yml
.pre-commit-config.yaml Swift: added trapgen 2022-04-28 12:01:59 +02:00
BUILD.bazel Swift: first skeleton extractor 2022-04-12 12:40:59 +02:00
CODEOWNERS Add codeql-kotlin to the CODEOWNERS file 2022-05-10 18:46:01 +01: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 Update README.md 2022-04-20 15:03:49 +01:00
WORKSPACE.bazel Bazel: rename workspace to codeql 2022-04-12 17:37:29 +02: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. For the queries, libraries, and extractor that power Go analysis, visit the CodeQL for Go repository.

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.