CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Anders Schack-Mulligen 613e971987
Merge pull request #7039 from github/turbo-js-java-lib-modeling-ghes-3-3-p-1
Add updated framework support for JS/Java
2021-11-08 11:08:34 +01:00
.devcontainer Update CodeSpaces configuration 2021-10-25 16:42:45 +02:00
.github Merge pull request #7038 from aibaars/aibaars/merge-3.3-main 2021-11-04 12:23:23 +01:00
.vscode Move files to ruby subfolder 2021-10-25 16:11:59 +02:00
change-notes
config Merge identical-files.json 2021-10-25 17:01:44 +02:00
cpp Merge pull request #7018 from geoffw0/nullterm3 2021-11-04 21:37:58 +00:00
csharp Merge pull request #7041 from hvitved/csharp/consistent-ids 2021-11-08 09:55:11 +01:00
docs Merge pull request #7039 from github/turbo-js-java-lib-modeling-ghes-3-3-p-1 2021-11-08 11:08:34 +01:00
java Merge pull request #7002 from aschackmull/java/field-node 2021-11-08 09:31:42 +01:00
javascript Merge pull request #6993 from asgerf/js/tainted-path-regexp-contains-check 2021-11-08 01:52:28 -08:00
misc Ruby: update generate-code-scanning-query-list.py 2021-10-25 15:04:34 +02:00
python Python: Improve `hashlib.new` modeling 2021-11-04 15:36:32 +01:00
ruby Merge pull request #7047 from hvitved/csharp/ssa/dominance-frontier 2021-11-08 08:50:46 +01:00
.codeqlmanifest.json Fix CI jobs 2021-10-25 17:01:50 +02:00
.editorconfig
.gitattributes Move files to ruby subfolder 2021-10-25 16:11:59 +02:00
.gitignore Move files to ruby subfolder 2021-10-25 16:11:59 +02:00
.lgtm.yml
CODEOWNERS Add ruby to CODEOWNERS 2021-10-25 16:42:45 +02:00
CODE_OF_CONDUCT.md Move files to ruby subfolder 2021-10-25 16:11:59 +02:00
CONTRIBUTING.md Ruby: clean up docs 2021-10-28 12:04:48 +01:00
LICENSE Move files to ruby subfolder 2021-10-25 16:11:59 +02:00
README.md Move files to ruby subfolder 2021-10-25 16:11:59 +02:00

README.md

CodeQL

This open source repository contains the standard CodeQL libraries and queries that power LGTM and the other CodeQL 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 interactive query console on LGTM.com or the CodeQL for Visual Studio Code extension 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.

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.