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:30:45 +02:00
committed by GitHub
parent 275b8dfda2
commit 14c8e4ce76

View File

@@ -90,7 +90,7 @@ module InsecureCookie {
result = this.(DataFlow::InvokeNode).getLastArgument().getALocalSource()
}
DataFlow::Node getCookieFlagValue(string flag) {
private DataFlow::Node getCookieFlagValue(string flag) {
result = this.getCookieOptionsArgument().getAPropertyWrite(flag).getRhs()
}