mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
committed by
GitHub
parent
7a3bbede1b
commit
aadbc989ce
@@ -30,7 +30,7 @@ predicate isLoginSetup(Express::RouteSetup setup) {
|
||||
.getAPropertyRead("session")
|
||||
.getAPropertyWrite()
|
||||
)
|
||||
// passport used to be recognized, but they have since added build-in protection against session fixation
|
||||
// passport used to be recognized, but they have since added built-in protection against session fixation
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user