CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Geoffrey White 9a53706e87 CPP: Reword TlsSettingsMisconfiguration.qhelp. 2019-11-18 11:49:28 +00:00
.github/ISSUE_TEMPLATE Add general question issue template 2019-10-15 12:13:45 +01:00
change-notes Merge pull request #2095 from hvitved/csharp/type-unification 2019-11-13 09:48:59 +00:00
config Merge from master and share value numbering 2019-09-27 17:40:43 -07:00
cpp CPP: Reword TlsSettingsMisconfiguration.qhelp. 2019-11-18 11:49:28 +00:00
csharp Merge pull request #2291 from calumgrant/cs/assembly-prefix 2019-11-13 13:25:15 +01:00
docs Fix poor conflict resolution in training slides 2019-11-11 13:11:28 +00:00
java Merge pull request #2304 from aschackmull/java/rangeanalysis-integral-fix 2019-11-12 16:33:12 -05:00
javascript Revert "JavaScript: Improve double-escaping query" 2019-11-12 22:54:12 +00:00
misc Update new-style suite definitions 2019-10-24 14:54:13 +01:00
python Python: Always enable legacy taint tracking configuration 2019-11-11 11:17:21 +01:00
.codeqlmanifest.json Make each upgrade directory a QL pack 2019-10-28 17:14:31 +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 .gitignore += codeql 2019-10-15 20:59:14 +02:00
.lgtm.yml JS: Exclude test cases from extraction 2019-05-07 14:36:35 +01:00
CODEOWNERS Update CODEOWNERS file 2019-10-11 15:37:36 +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 Update repository artifacts for name change 2019-11-01 12:21:24 +00: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 Make 'open source' consistent on the page and with other docs 2019-11-01 14:08:50 +00:00

README.md

CodeQL

This open source repository contains the standard CodeQL libraries and queries that power LGTM, and the other products that Semmle 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 QL for Eclipse plugin 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 Semmle.