Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit 7dadbb9

Browse files
authored
Revert "chore: manual content migration"
1 parent 625558f commit 7dadbb9

File tree

6 files changed

+56
-183
lines changed

6 files changed

+56
-183
lines changed

‎index.md

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,55 @@
11
---
2+
23
layout: col-sidebar
34
title: OWASP Secure Coding Practices-Quick Reference Guide
4-
tags: downloads contributors
5+
tags: example-tag
56
level: 0
67
type: documentation
7-
---
88

9-
## Welcome to the Secure Coding Practices Quick Reference Guide Project
9+
auto-migrated: 1
1010

11-
The Secure Coding Practices Quick Reference Guide is a technology agnostic set
12-
of general software security coding practices, in a comprehensive checklist
13-
format, that can be integrated into the development life-cycle. At only 17 pages
14-
long, it is easy to read and digest.
11+
auto-migrated: 1
12+
13+
---
1514

16-
The focus is on secure coding requirements, rather then on vulnerabilities and
17-
exploits. It includes an introduction to Software Security Principles and a
18-
glossary of key terms.
1915

20-
It is designed to serve as a secure coding kick-start tool and easy reference,
21-
to help development teams quickly understand secure coding practices.
16+
<!-- Standard Chapter Page Template
17+
This is an example of a Project or Chapter page.
18+
Please change these items to indicate the actual information you wish to present. In addition to this information, the 'front-matter' above the text should be modified to reflect your actual information. An explanation of each of the front-matter items is below:
2219
23-
## Sections of the Guide
20+
{front matter for this file}
2421
25-
* Table of contents
26-
* Introduction
27-
* Software Security Principles Overview
28-
* Secure Coding Practices Checklist
29-
* Links to useful resources
30-
* Glossary of important terminology
22+
```
23+
- layout: This is the layout used by project and chapter pages. You should leave this value as col-sidebar
24+
- title: This is the title of your project or chapter page, usually the name. For example, OWASP Zed Attack Proxy or OWASP Baltimore
25+
- tags: This is a space-delimited list of tags you associate with your project or chapter. If you are using tabs, at least one of these tags should be unique in order to be used in the tabs files (an example tab is included in this repo)
26+
- region: This is the region you are in according to our data
27+
```
3128
32-
-----
29+
{copy for this file (index.md)}
30+
Replace the text above the commented area with your information in the format below:
31+
```
32+
## Welcome
33+
Include some information here about your chapter
3334
34-
## Feedback and Participation
35+
## Participation
36+
The Open Web Application Security Project (OWASP) is a nonprofit foundation that works to improve the security of software. All of our projects ,tools, documents, forums, and chapters are free and open to anyone interested in improving application security.
3537
36-
I hope you find the OWASP Secure Coding Practices Quick Reference Guide Project
37-
useful. Please contribute to the Project by sending your comments, questions,
38-
and suggestions to [keith.turpin@owasp.org].
38+
Chapters are led by local leaders in accordance with the [Chapter Leader Handbook](/www-policy/rules-of-procedure/chapter-handbook). Financial contributions should only be made online using the authorized online donation button. To be a SPEAKER at ANY OWASP Chapter in the world simply review the [speaker agreement](/www-policy/speaker-agreement) and then contact the local chapter leader with details of what OWASP Project, independent research, or related software security topic you would like to present.
3939
40-
Project mailing list and archives: [subscription
41-
page.](https://lists.owasp.org/mailman/listinfo/owasp-secure-coding-practices)
40+
Everyone is welcome and encouraged to participate in our [Projects](/projects), [Local Chapters](/chapters), [Events](/events), [Online Groups](https://groups.google.com/a/owasp.com/){:target='_blank'}, and [Community Slack Channel](https://owasp.slack.com/){:target='_blank'}. We especially encourage diversity in all our initiatives. OWASP is a fantastic place to learn about application security, to network, and even to build your reputation as an expert. We also encourage you to be [become a member](/membership) or consider a [donation](/donate) to support our ongoing work.
4241
43-
## Related Work
42+
## Local News
43+
- Meeting Location
44+
- Everyone is welcome to join us at our chapter meetings.
4445
45-
### Presentations
46+
```
47+
{info.md}
4648
47-
* This slide deck incorporates many concepts from the Quick reference guide, but
48-
also utilizes other OWASP resources. [Web Application Development Dos and
49-
Donts - Presentation from the Royal Bank of Scotland][dosdonts]
49+
This separate file is where you should place links to your Google Group and Meetup page. It will be automatically rendered in the column sidebar.
5050
51-
### Projects
51+
{leaders.md}
5252
53-
* [Go programming language secure coding practices guide, based on the OWASP
54-
Secure Coding Practices][owaspgoscp]
53+
Another separate file that should simply include each leaders name with mailto link as a list. It will also be automatically rendered in the column sidebar.
5554
56-
[keith.turpin@owasp.org]: mailto:Keith.Turpin@owasp.org
57-
[dosdonts]: https://www.owasp.org/images/b/ba/Web_Application_Development_Dos_and_Donts.ppt
58-
[owaspgoscp]: https://www2.owasp.org/www-project-go-secure-coding-practices-guide/
55+
-->

‎info.md

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
![Documentation Project][doc-proj-logo]
1+
<!--### Project Information
2+
* Project Level
3+
* Project Type
4+
* Version, etc
25
3-
[![Builders][builders-logo]][builders]
6+
### Downloads or Social Links
7+
* [Download](#)
8+
* [Social Link](#)
49
5-
[![CC BY-SA 3.0][license-logo]{:width="175px"}][license]
6-
7-
### Downloads
8-
9-
* [v2 (current release)][v2PDF]
10-
* [v1.1 (last reviewed)][v11PDF]
11-
* [Other versions/languages][ovl]
12-
13-
### Links
14-
15-
* [Project Archive][archive]
16-
17-
[doc-proj-logo]: https://raw.githubusercontent.com/OWASP/www--site-theme/master/assets/images/common/owasp_documentation_project.svg?sanitize=true
18-
[builders]: https://www.owasp.org/index.php/Builders
19-
[builders-logo]: https://raw.githubusercontent.com/OWASP/www--site-theme/master/assets/images/common/owasp_builders.svg?sanitize=true
20-
[license]: http://creativecommons.org/licenses/by-sa/3.0/
21-
[license-logo]: https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg
22-
[v2PDF]: http://www.owasp.org/index.php/File:OWASP_SCP_Quick_Reference_Guide_v2.pdf
23-
[v11PDF]: http://www.owasp.org/images/2/2f/OWASP_SCP_Quick_Reference_Guide_v1-1b.pdf
24-
[ovl]: #div-downloads
25-
[archive]: https://www.owasp.org/index.php/OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide
10+
### Code Repository
11+
* [repo](#)-->

‎leaders.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
### Leader
2-
3-
* [Keith Turpin](mailto:Keith.Turpin@owasp.org)
1+
<!--### Leaders
2+
-->

‎tab_contributors.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

‎tab_downloads.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

‎tab_example.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Example
3+
layout: null
4+
tab: true
5+
order: 1
6+
tags: example-tag
7+
---
8+
9+
## Example
10+
11+
Put whatever you like here: news, screenshots, features, supporters, or remove this file and don't use tabs at all.

0 commit comments

Comments
 (0)