Skip to content

Commit aadbc98

Browse files
erik-kroghasgerf
andauthored
fix typo in comment
Co-authored-by: Asger F <[email protected]>
1 parent 7a3bbed commit aadbc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-384/SessionFixation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ predicate isLoginSetup(Express::RouteSetup setup) {
3030
.getAPropertyRead("session")
3131
.getAPropertyWrite()
3232
)
33-
// passport used to be recognized, but they have since added build-in protection against session fixation
33+
// passport used to be recognized, but they have since added built-in protection against session fixation
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)