CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Paolo Tranquilli 13b2442fed Bazel: code reorganization 2022-04-12 12:40:59 +02:00
.devcontainer Update CodeSpaces configuration 2021-10-15 15:38:16 +02:00
.github QLdoc check: handle new languages gracefully 2022-03-30 14:58:13 -07: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 Merge pull request #8354 from aibaars/incomplete-url-string-sanitization 2022-03-31 10:59:51 +02:00
cpp Swift: first skeleton extractor 2022-04-12 12:40:59 +02:00
csharp Bump a few more versions 2022-04-08 13:01:41 -04:00
docs CLI docs: make the running text match the example 2022-03-31 10:14:30 +02:00
java Bump minor version of all packs 2022-04-08 15:38:58 +01:00
javascript Merge pull request #8550 from erik-krogh/classJoin 2022-04-12 09:23:58 +01:00
misc Bazel: code reorganization 2022-04-12 12:40:59 +02:00
python Merge pull request #8004 from ahmed-farid-dev/ZipSlip 2022-04-08 23:55:02 +02:00
ql fix ql/name-casing, and drive-by QL-for-QL typo fix 2022-03-30 22:59:14 +02:00
ruby Bump a few more versions 2022-04-08 13:01:41 -04:00
swift Bazel: code reorganization 2022-04-12 12:40:59 +02:00
.bazelrc Swift: first skeleton extractor 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 Normalize all text files to LF 2018-09-23 16:24:31 -07:00
.gitattributes Upgrade scripts testing: set initial dbschemes 2022-02-08 11:11:41 -08:00
.gitignore .gitignore bazel symlinks 2022-04-01 14:04:50 +02:00
.lgtm.yml JS: Exclude test cases from extraction 2019-05-07 14:36:35 +01:00
.pre-commit-config.yaml fix typo in `.pre-commit-config.yaml` 2022-02-24 11:46:19 +01:00
BUILD.bazel Swift: first skeleton extractor 2022-04-12 12:40:59 +02:00
CODEOWNERS Update CODEOWNERS 2022-04-07 11:51:23 +02:00
CODE_OF_CONDUCT.md Update code of conduct in line with GH 2020-04-23 10:19:13 +01:00
CONTRIBUTING.md Bazel: add to CODEOWNERS and move around doc note 2022-04-01 14:04:50 +02:00
LICENSE Relicense under MIT 2020-04-07 12:03:26 +01:00
README.md Apply suggestions from code review 2022-01-07 08:49:37 +00:00
WORKSPACE.bazel Bazel: code reorganization 2022-04-12 12:40:59 +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 use of CodeQL on open source code is licensed under specific Terms & Conditions UNLESS you have a commercial license in place. If you'd like to use CodeQL with a commercial codebase, 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.