CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Anders Schack-Mulligen ef0c6d01eb Java: Add a global extension point for taint steps. 2019-08-22 16:38:59 +02:00
change-notes C++: Change note for recursion prevention 2019-08-21 13:12:48 +02:00
config C++/C#/Java: Shared TaintTrackingImpl.qll 2019-08-21 14:55:54 +02:00
cpp Merge pull request #1790 from jbj/tainttracking-cross-language 2019-08-22 14:17:23 +02:00
csharp Merge pull request #1790 from jbj/tainttracking-cross-language 2019-08-22 14:17:23 +02:00
docs Merge pull request #1786 from jf205/gtm-sphinx 2019-08-21 14:17:21 +01:00
java Java: Add a global extension point for taint steps. 2019-08-22 16:38:59 +02:00
javascript Merge pull request #1768 from asger-semmle/ts-debugging 2019-08-21 14:21:45 +01:00
misc
python Merge pull request #1791 from markshannon/python-revert-tests 2019-08-22 11:20:24 +02:00
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
CODEOWNERS add CODEOWNERS entry for ql language docs 2019-08-09 12:38:58 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix typos in CONTRIBUTING.md 2019-08-09 12:44:28 +01:00
COPYRIGHT
LICENSE
README.md

README.md

Semmle QL

This open source repository contains the standard QL libraries and queries that power LGTM, and the other products that Semmle makes available to its customers worldwide.

How do I learn QL and run queries?

There is extensive documentation on getting started with writing QL. 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 QL for consistency and clarity, how to write query metadata, and how to write query help documentation for your query.

License

The QL queries in this repository are licensed under Apache License 2.0 by Semmle.