CodeQL library for C/C++
codeql/cpp-all 0.12.11 (changelog, source)
Search

Module protocols

Import path

import semmle.code.cpp.security.boostorg.asio.protocols

Imports

DataFlow

Provides a library for local (intra-procedural) and global (inter-procedural) data flow analysis: deciding whether data can flow from a source to a sink. This library differs from the one in semmle.code.cpp.dataflow in that this library uses the IR (Intermediate Representation) library, which provides a more precise semantic representation of the program, whereas the other dataflow library uses the more syntax-oriented ASTs. This library should provide more accurate results than the AST-based library in most scenarios.

cpp

Provides classes and predicates for working with C/C++ code.

Modules