Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
4017a4dc
Commit
4017a4dc
authored
Feb 22, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated sources and serverside-checklist
parent
c2a81e9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
serverside-checklist.md
serverside-checklist.md
+7
-1
sources.md
sources.md
+4
-2
No files found.
serverside-checklist.md
View file @
4017a4dc
...
...
@@ -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.md
View file @
4017a4dc
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment