Skip to content

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmendo committed Dec 6, 2018
2 parents fc11033 + 6c8f6a0 commit 17436d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Items on this list are frequently missed and were chosen based on their relevanc
- [ ] I use HTTPS and I send the Strict-Transport-Security header
- [ ] I only accept TLS 1.2 or higher
- [ ] I set the Secure, HttpOnly and SameSite=lax attributes in session cookies
- [ ] I set the Secure in all other cookies, and if possible HttpOnly also
- [ ] I set the Secure attribute in all other cookies, and if possible HttpOnly also
- [ ] All 3rd-party JavaScript libraries that my app uses, are updated to the latest version
#### I have a login feature and cannot use an already existent service:
- [ ] I store passwords using a strong cryptographic function (scrypt, argon2, bcrypt, or PBKDF2)
Expand Down

0 comments on commit 17436d2

Please sign in to comment.