Skip to content

Commit cf4c28c

Browse files
merging pr removing claim about Mongo
2 parents 3b9ce1c + 38ea992 commit cf4c28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
- [ ] If you are small and inexperienced, evaluate using AWS elasticbeanstalk or a PaaS to run your code.
6464
- [ ] Use a decent provisioning script to create VMs in the cloud.
6565
- [ ] Check for machines with unwanted publicly `open ports`.
66-
- [ ] Check for no/default passwords for `databases` especially MongoDB & Redis. BTW MongoDB sucks, avoid it.
67-
- [ ] Use SSH to access your machines; do not set up a password.
66+
- [ ] Check for no/default passwords for `databases` especially MongoDB & Redis.
67+
- [ ] Use SSH to access your machines; do not setup a password.
6868
- [ ] Install updates timely to act upon zero day vulnerabilities like Heartbleed, Shellshock.
6969
- [ ] Modify server config to use TLS 1.2 for HTTPS and disable all other schemes. (The tradeoff is good.)
7070
- [ ] Do not leave the DEBUG mode on. In some frameworks, DEBUG mode can give access full-fledged REPL or shells or expose critical data in error messages stacktraces.

0 commit comments

Comments
 (0)