Skip to content

Commit 9cf7873

Browse files
author
jon gadsden
committed
add readme and gitignore
0 parents  commit 9cf7873

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

‎.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# # jekyll generated files
2+
_site
3+
4+
# ignore Apple's desktop store files
5+
.DS_Store
6+
**/.DS_Store
7+
# ignore VS and Eclipse files
8+
.vscode/
9+
.settings/
10+
.jshint*
11+
.project
12+
# ignore IntelliJ IDEA files
13+
.idea/
14+

‎README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
### Welcome to the Secure Coding Practices Quick Reference Guide Project
2+
3+
The Secure Coding Practices Quick Reference Guide is a technology agnostic set
4+
of general software security coding practices, in a comprehensive checklist
5+
format, that can be integrated into the development life-cycle.
6+
7+
The focus is on secure coding requirements, rather then on vulnerabilities and
8+
exploits. It includes an introduction to Software Security Principles and a
9+
glossary of key terms.
10+
11+
It is designed to serve as a secure coding kick-start tool and easy reference,
12+
to help development teams quickly understand secure coding practices.
13+
14+
### Sections of the Guide
15+
16+
* Table of contents
17+
* Introduction
18+
* Software Security Principles Overview
19+
* Secure Coding Practices Checklist
20+
* Links to useful resources
21+
* Glossary of important terminology
22+
23+
-----
24+
25+
#### Feedback and Participation
26+
27+
We hope you find the OWASP Secure Coding Practices Quick Reference Guide Project
28+
useful. Please contribute to the Project by sending your comments, questions,
29+
and suggestions to [Keith Turpin][keith] and [Jon Gadsden][jon].
30+
31+
#### Related Projects
32+
33+
* [Go programming language secure coding practices guide][owaspgoscp], based on the OWASP
34+
Secure Coding Practices
35+
36+
[keith]: mailto:Keith.Turpin@owasp.org
37+
[jon]: mailto:jon.gadsden@owasp.org
38+
[owaspgoscp]: https://owasp.org/www-project-go-secure-coding-practices-guide/
39+

0 commit comments

Comments
 (0)