Skip to content

Commit d795963

Browse files
ihsinmeMathiasVP
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-1041/FindWrapperFunctions.ql
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 13741ba commit d795963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-1041/FindWrapperFunctions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ predicate conditionsOutsideWrapper(FunctionCall fcp) {
4949
not exists(ExprCall ectmp | fcp = ectmp.getAnArgument().getAChild*())
5050
}
5151

52-
/** Held if the conditions for calling `fcp` inside the `fnp` wrapper function are met. */
52+
/** Holds if the conditions for calling `fcp` inside the `fnp` wrapper function are met. */
5353
pragma[inline]
5454
predicate conditionsInsideWrapper(FunctionCall fcp, Function fnp) {
5555
not exists(FunctionCall fctmp2 |

0 commit comments

Comments
 (0)