CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Esben Sparre Andreasen 7dc80664e6
Merge pull request #3045 from Semmle/esbena-patch-2
JS: loosen qldoc for `barrierGuardIsRelevant`
2020-03-16 22:28:22 +01:00
.github Actions: Disable labeler action. 2019-12-16 13:53:00 +01:00
change-notes C++: Change note. 2020-03-16 13:22:00 +00:00
config C++/C#: Fix sync config file for value numbering sharing 2020-02-13 22:32:52 +01:00
cpp C++: Support the mirror case with <=. 2020-03-16 13:22:00 +00:00
csharp Merge pull request #3022 from hvitved/csharp/autobuild/dotnet-clean-try 2020-03-16 15:10:32 +00:00
docs Merge pull request #3042 from felicitymay/merge-123-master-2 2020-03-13 11:18:43 +00:00
java Merge pull request #2850 from SpaceWhite/CWE-094 2020-03-13 13:43:09 +01:00
javascript Merge pull request #3045 from Semmle/esbena-patch-2 2020-03-16 22:28:22 +01:00
misc Suites: Fix suite definition. 2019-11-13 12:03:13 +00:00
python Merge pull request #3053 from tausbn/python-make-test-not-depend-on-minor-version 2020-03-13 10:56:40 +01:00
.codeqlmanifest.json Don't chain to ./codeql in .codeqlmanifest.json 2020-02-13 15:30:15 +01:00
.editorconfig Normalize all text files to LF 2018-09-23 16:24:31 -07:00
.gitattributes .gitattributes: PDB files are binary 2019-03-13 10:42:28 +00:00
.gitignore Adds .gitignore entry for vim swap files. 2020-02-13 15:23:50 -08:00
.lgtm.yml JS: Exclude test cases from extraction 2019-05-07 14:36:35 +01:00
CODEOWNERS CODEOWNERS: Add python team 2019-11-14 16:42:12 +01:00
CODE_OF_CONDUCT.md Fix indentation of list item in code of conduct 2019-07-16 08:49:29 +01:00
CONTRIBUTING.md Docs: Remove some Semmle references 2020-03-11 15:20:15 +01:00
COPYRIGHT QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
LICENSE QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
README.md Docs: Remove some Semmle references 2020-03-11 15:20:15 +01: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.

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 Apache License 2.0 by GitHub.