Skip to content

Commit c3c29b8

Browse files
committed
C++: Add qldoc to new library files.
1 parent 5c9b8f1 commit c3c29b8

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

cpp/ql/src/semmle/code/cpp/security/implementation/ExternalAPIsSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides AST-specific definitions for use in the `ExternalAPI` library.
3+
*/
4+
15
import semmle.code.cpp.dataflow.TaintTracking
26
import semmle.code.cpp.models.interfaces.FlowSource
37
import semmle.code.cpp.models.interfaces.DataFlow

cpp/ql/src/semmle/code/cpp/security/implementation/SafeExternalAPIFunction.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a class for modeling external functions that are "safe" from a security perspective.
3+
*/
4+
15
private import cpp
26

37
/**

cpp/ql/src/semmle/code/cpp/security/ir/implementation/ExternalAPIsSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides IR-specific definitions for use in the `ExternalAPI` library.
3+
*/
4+
15
import semmle.code.cpp.ir.dataflow.TaintTracking
26
private import semmle.code.cpp.security.FlowSources
37
private import semmle.code.cpp.models.interfaces.DataFlow

cpp/ql/src/semmle/code/cpp/security/ir/implementation/SafeExternalAPIFunction.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a class for modeling external functions that are "safe" from a security perspective.
3+
*/
4+
15
private import cpp
26

37
/**

0 commit comments

Comments
 (0)