CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
James Fletcher bb44a76d5e
Merge pull request #3138 from jf205/recent-changes
docs: fix links in Python articles (rc/1.23)
2020-03-27 08:17:03 +00:00
.github/ISSUE_TEMPLATE
change-notes Java: add change note for `java/netty-http-response-splitting` 2019-12-12 14:31:06 -05:00
config
cpp C++: Fix performance of UnsignedGEZero.ql 2020-02-26 11:32:41 +01:00
csharp C#: autoformat fixup 2019-12-11 09:10:23 +01:00
docs Merge pull request #3138 from jf205/recent-changes 2020-03-27 08:17:03 +00:00
java Java/C++/C#: Bugfix for field flow through reverse read. 2019-11-29 09:38:24 +01:00
javascript JS: cache charpred for NodeJS::Require 2019-11-28 08:10:25 +01:00
misc
python Merge pull request #1332 from lcartey/python/change-kind 2019-11-26 17:15:38 +01:00
.codeqlmanifest.json
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md Docs: Update mention of "QL for Eclipse" 2019-12-17 12:33:01 +00:00
COPYRIGHT
LICENSE
README.md Update README.md 2019-11-15 19:31:07 +01: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 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 Semmle.