We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13741ba commit d795963Copy full SHA for d795963
cpp/ql/src/experimental/Security/CWE/CWE-1041/FindWrapperFunctions.ql
@@ -49,7 +49,7 @@ predicate conditionsOutsideWrapper(FunctionCall fcp) {
49
not exists(ExprCall ectmp | fcp = ectmp.getAnArgument().getAChild*())
50
}
51
52
-/** Held if the conditions for calling `fcp` inside the `fnp` wrapper function are met. */
+/** Holds if the conditions for calling `fcp` inside the `fnp` wrapper function are met. */
53
pragma[inline]
54
predicate conditionsInsideWrapper(FunctionCall fcp, Function fnp) {
55
not exists(FunctionCall fctmp2 |
0 commit comments