CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Benjamin Muskalla ff8a96b96d
Rename framework coverage query
Move it to the other summary queries, update all references.
2022-02-08 11:14:03 +01:00
.devcontainer Update CodeSpaces configuration 2021-10-15 15:38:16 +02:00
.github Rename framework coverage query 2022-02-08 11:14:03 +01: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 Add DataFlowImplForOnActivityResult to identical-files.json 2022-01-19 16:08:31 +01:00
cpp Merge pull request #7798 from jketema/missing-open-arg 2022-02-07 12:01:44 +01:00
csharp Merge pull request #7792 from michaelnebel/csharp/attributes 2022-02-04 14:10:51 +01:00
docs Data flow: Inline `local(Expr|Instruction)?(Flow|Taint)` 2022-01-31 14:33:41 +01:00
java Rename framework coverage query 2022-02-08 11:14:03 +01:00
javascript Merge pull request #7828 from Naman-ntc/main 2022-02-04 20:19:02 +01:00
misc Rename framework coverage query 2022-02-08 11:14:03 +01:00
python Merge pull request #7838 from tausbn/python-fix-charset-performance-problem 2022-02-04 14:18:13 +01:00
ql QL: make the alert-message more precise when the type-cast is also redundant 2022-01-18 14:25:43 +01:00
ruby Merge pull request #7753 from aibaars/ruby-3.1 2022-02-06 21:06:16 +01:00
.codeqlmanifest.json JS: Add model building pack for ML-powered queries 2022-02-01 15:03:26 +00:00
.editorconfig Normalize all text files to LF 2018-09-23 16:24:31 -07:00
.gitattributes JS: Add generated files to .gitattributes 2022-02-02 13:15:04 +00:00
.gitignore QL: move .git files into the ql/ folder 2021-12-15 12:25:08 +01:00
.lgtm.yml JS: Exclude test cases from extraction 2019-05-07 14:36:35 +01:00
CODEOWNERS JS: Add codeowners for ML-powered queries 2022-02-04 15:49:44 +00:00
CODE_OF_CONDUCT.md Update code of conduct in line with GH 2020-04-23 10:19:13 +01:00
CONTRIBUTING.md Add link to `change-notes.md` from `CONTRIBUTING.md`. 2021-12-14 14:30:45 -05: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

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.