CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
erik-krogh f71359c81d
QL: detect toplevel block-comments that should be QLDoc
2022-11-16 12:51:53 +01:00
.devcontainer
.github Swift: fix path of generated C++ files artifact 2022-11-16 09:49:57 +01:00
.vscode
change-notes
config Merge pull request #11061 from erik-krogh/shared-redosMod 2022-11-14 10:53:05 +01:00
cpp C++: Fix type in dataflow test comment 2022-11-15 17:18:08 +01:00
csharp Merge pull request #11203 from erik-krogh/shouldBePath 2022-11-15 16:24:05 +01:00
docs initial skeleton for TypeScript 4.9 2022-11-15 22:07:24 +01:00
go Fix direct access to trap.Writer from trap.Labeler 2022-11-11 18:39:25 +01:00
java Merge pull request #11269 from joefarebrother/stub-gen-invalid-ids 2022-11-16 10:26:22 +00:00
javascript bump extractor version 2022-11-15 22:09:09 +01:00
misc Java: Type based summaries are now also for Java. 2022-11-10 13:57:43 +01:00
python Merge pull request #11247 from erik-krogh/py-redosMod 2022-11-14 21:10:43 +01:00
ql QL: detect toplevel block-comments that should be QLDoc 2022-11-16 12:51:53 +01:00
ruby Merge pull request #10855 from erik-krogh/formatTaint 2022-11-16 12:08:45 +01:00
shared make the top-level comment in SuperlinearBackTracking.qll a QLDoc 2022-11-15 11:46:44 +01:00
swift Merge pull request #11277 from github/redsun82/swift-remove-ipa-from-dbscheme-cpp 2022-11-15 18:34:59 +01:00
.bazelrc
.bazelversion
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.pre-commit-config.yaml Swift: remove double newlines in schema 2022-11-15 15:00:30 +01:00
BUILD.bazel
CODEOWNERS Swift: fix workflow mention in `CODEOWNERS` 2022-11-16 10:04:19 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
WORKSPACE.bazel
codeql-workspace.yml ATM: Add test pack to workspace 2022-11-04 14:07:14 +00:00
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.