Skip to content

Commit 14c8e4c

Browse files
dellaliberaesbena
andauthored
Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
1 parent 275b8df commit 14c8e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module InsecureCookie {
9090
result = this.(DataFlow::InvokeNode).getLastArgument().getALocalSource()
9191
}
9292

93-
DataFlow::Node getCookieFlagValue(string flag) {
93+
private DataFlow::Node getCookieFlagValue(string flag) {
9494
result = this.getCookieOptionsArgument().getAPropertyWrite(flag).getRhs()
9595
}
9696

0 commit comments

Comments
 (0)