CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Перейти к файлу
Jonas Jensen fbf2ef8625 C++: Don't check if a Field is static
A `Field` in the C++ QL libraries can't be static, but I'd for some
reason written two checks for `Field`s being static in the data-flow
library.
2019-11-19 13:20:21 +01:00
.github/ISSUE_TEMPLATE
change-notes Merge pull request #2338 from esbena/js/model-get-them-args 2019-11-15 11:50:45 +00:00
config
cpp C++: Don't check if a Field is static 2019-11-19 13:20:21 +01:00
csharp Merge pull request #2167 from aschackmull/java/dataflow-out-of-arg-refactor 2019-11-15 11:10:06 -05:00
docs Docs: Update readme in docs folder 2019-11-15 16:26:43 +00:00
java Merge pull request #2167 from aschackmull/java/dataflow-out-of-arg-refactor 2019-11-15 11:10:06 -05:00
javascript Merge pull request #2345 from Semmle/esbena-patch-3 2019-11-15 14:04:14 +01:00
misc
python Merge pull request #2181 from RasmusWL/python-modernise-pyramid-library 2019-11-15 15:05:44 +01:00
.codeqlmanifest.json
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md

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.