Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CodeQL

< >

CodeQL is a query language created in 2018 by Pavel Avgustinov.

#394on PLDB 6Years Old 4kRepos
Download source code:
git clone https://github.com/github/codeql
HomepageSource Code

CodeQL let's you query code as if it were data.


Example from the web:
from DataFlow::PathNode source, DataFlow::PathNode sink, UnsafeDeserializationConfig conf where conf.hasFlowPath(source, sink) select sink.getNode().(UnsafeDeserializationSink).getMethodAccess(), source, sink, "Unsafe deserialization of $@.", source.getNode(), "user input"
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll