Skip to content

Commit 64c6b89

Browse files
committed
wip
1 parent 1949cba commit 64c6b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/security/InsecureCookieExtensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module InsecureCookie {
8080
* as `false`.
8181
*/
8282
predicate cookieSetNode(DataFlow::Node node, string attrib, boolean value) {
83-
exists(FlowSummaryNode summaryNode, Call call, int arg, DataFlow::Node argNode |
83+
exists(FlowSummaryNode summaryNode, MethodCall call, int arg, DataFlow::Node argNode |
8484
// decode the models-as-data `OptionalBarrier`
8585
cookieOptionalBarrier(summaryNode, attrib, arg) and
8686
// find a call and arg referenced by this optional barrier

0 commit comments

Comments
 (0)