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 e6c8a0b commit e33d303Copy full SHA for e33d303
go/ql/src/experimental/CWE-1004/CookieWithoutHttpOnly.ql
@@ -78,8 +78,8 @@ predicate isGorillaSessionsCookieFlow(
78
sessionSave2.asPathNode2()) and
79
(
80
not BoolToGorillaSessionOptionsTrackingFlow::flowTo(sink.getNode()) and
81
- source = options and
82
sink = sessionSave2 and
+ source = options and
83
sessionSave.getNode() = sessionSave2.getNode()
84
or
85
BoolToGorillaSessionOptionsTrackingFlow::flowPath(source.asPathNode3(), sink.asPathNode3()) and
0 commit comments