Commit 4017a4dc authored by Mr_Mig's avatar Mr_Mig

Updated sources and serverside-checklist

parent c2a81e9f
......@@ -70,4 +70,10 @@ This is a checklist for serverside of the Web App.
## Backuping
* [ ] I can restore all my data from backups
\ No newline at end of file
* [ ] I can restore all my data from backups
## Security
* [ ] I have audited my system against OWASP Top 10 Vulnerabilities
* [ ] I use TLS for all sensitive endpoints
\ No newline at end of file
# Sources
1. http://12factor.net/
2. http://caines.ca/blog/2014/06/01/production-quality-node-dot-js-web-apps-part-i/
\ No newline at end of file
1. [12 factor applications](http://12factor.net/)
2. [Prosuction Quality NodeJS Applications](http://caines.ca/blog/2014/06/01/production-quality-node-dot-js-web-apps-part-i/)
3. [OWASP Top 10 Vulnerabilities Report](http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202013.pdf)
4. [AWS Security Best Practices](http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment