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 7a3bbed commit aadbc98Copy full SHA for aadbc98
javascript/ql/src/Security/CWE-384/SessionFixation.ql
@@ -30,7 +30,7 @@ predicate isLoginSetup(Express::RouteSetup setup) {
30
.getAPropertyRead("session")
31
.getAPropertyWrite()
32
)
33
- // 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
34
}
35
36
/**
0 commit comments