зеркало из https://github.com/github/codeql.git
79440f6734
``` Evaluated relational algebra for predicate DataFlowImpl::Impl<PolynomialReDoSQuery::PolynomialReDoSFlow::C>::storeEx/5#34133ef9@0425e0m7 with tuple counts: 2209132 ~1% {6} r1 = SCAN `DataFlowImpl::Impl<PolynomialReDoSQuery::PolynomialReDoSFlow::C>::storeExUnrestricted/5#3a86a98e` OUTPUT In.1, In.0, In.1, In.2, In.3, In.4 4338565685 ~1% {6} | JOIN WITH `DataFlowPublic::ContentSet.getAReadContent/0#dispred#e4acf74e_10#join_rhs` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5 34811200 ~1428% {5} | JOIN WITH `project#DataFlowImpl::Impl<PolynomialReDoSQuery::PolynomialReDoSFlow::C>::readSetEx/3#35ac556a` ON FIRST 1 OUTPUT Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5 return r1 ``` |
||
---|---|---|
.. | ||
controlflow | ||
cpp | ||
dataflow | ||
mad | ||
rangeanalysis | ||
regex | ||
ssa | ||
threat-models | ||
tree-sitter-extractor | ||
tutorial | ||
typetracking | ||
typos | ||
util | ||
xml | ||
yaml | ||
README.md |
README.md
CodeQL Shared Libraries
This folder contains shared, language-agnostic CodeQL libraries.
Libraries are organized into separate query packs, in order to allow for
individual versioning. For example, the shared static single assignment (SSA)
library exists in the codeql/ssa
pack, which can be referenced by adding
dependencies:
codeql/ssa: 0.0.1
to qlpack.yml
.
All shared libraries will belong to a codeql/<name>
pack, and live in the
namespace codeql.<name>
.