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

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Alessio Della Libera
2020-08-16 14:26:15 +02:00
committed by GitHub
parent 97f039af3a
commit 40e101de5a

View File

@@ -65,7 +65,7 @@ module InsecureCookie {
result = this.getOption("cookie")
}
DataFlow::Node getCookieFlagValue(string flag) {
private DataFlow::Node getCookieFlagValue(string flag) {
result = this.getCookieOptionsArgument().getAPropertyWrite(flag).getRhs()
}