C++: Make Code Scanning happy.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-02-16 13:51:34 +01:00
parent 57c1bf5835
commit b407c86d03

View File

@@ -1,7 +1,7 @@
/**
* Provides an abstract class to override the implicit assumption that a
* dataflow/taint-tracking model always fully override the parameters they are
* are modelled as writing to. To use this QL library, create a QL class
* are modeled as writing to. To use this QL library, create a QL class
* extending `PartialFlowFunction` with a characteristic predicate that selects
* the function or set of functions you are modeling and override the
* `isPartialWrite` predicate.