Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf

- name: Copy contributing tab files
Expand Down Expand Up @@ -139,6 +140,7 @@ jobs:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf

- name: Build check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: lycheeverse/lychee-action@v2.7.0
with:
args: >-
--exclude 'github\.com/OWASP/DevGuide/blob/main/docs'
--no-progress
--max-retries 1
--retry-wait-time 10
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf

- name: Copy contributing tab files
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf

- name: Build pdf for EN
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf

- name: Build
Expand Down
7 changes: 3 additions & 4 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# ignore these false positives from the link checker housekeeper

# some sites that are examples only, no intention of being real
myfriend.site.com/

# Lockheed Martin has trouble with SSL certificates, temporarily ignore
www.lockheedmartin.com

Expand All @@ -14,7 +11,7 @@ github.com/OWASP/DevGuide/pulls
github.com

# ignore LINDDUN site because it occasionally times out
www.linddun.org/
linddun.org/

# automated access to esapi is forbidden
mvnrepository.com/artifact/org.owasp.esapi/esapi
Expand All @@ -36,6 +33,7 @@ owaspsamm.thinkific.com/courses/samm
owaspblt.org

# mainstream sites that are not worth checking
helm.sh
www.exploit-db.com/
www.w3.org/
www.w3schools.com/
Expand All @@ -47,6 +45,7 @@ www.oreilly.com
www.cve.org
www.kali.org
www.iso.org
www.opencre.org

# don't irritate the US government
nvd.nist.gov/
Expand Down
6 changes: 4 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ Test the web document locally before creating / updating a pull request.
On Windows install python and then install packages using pip :

```text
python3 -m pip install mkdocs-open-in-new-tab
python3 -m pip install mkdocs-material
python3 -m pip install mkdocs
python3 -m pip install mkdocs-material
python3 -m pip install mkdocs-open-in-new-tab
python3 -m pip install mkdocs-redirects
python3 -m pip install mkdocs-with-pdf
```

Expand Down Expand Up @@ -182,6 +183,7 @@ On Linux or MacOS install the packages using python's pip :
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-open-in-new-tab
pip install mkdocs-redirects
pip install mkdocs-with-pdf
```

Expand Down
10 changes: 5 additions & 5 deletions docs/en/03-requirements/03-opencre.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ The OWASP Developer Guide is a community effort; if there is something that need
then [submit an issue][issue0503] or [edit on GitHub][edit0503].

[asvs]: https://owasp.org/www-project-application-security-verification-standard/
[capecocre]: https://opencre.org/search/CAPEC
[csocre]: https://opencre.org/search/OWASP%20Cheat%20Sheets
[cweocre]: https://opencre.org/search/CWE
[capecocre]: https://www.opencre.org/search/CAPEC
[csocre]: https://www.opencre.org/search/OWASP%20Cheat%20Sheets
[cweocre]: https://www.opencre.org/search/CWE
[cwe]: https://cwe.mitre.org/
[cwe1002]: https://www.opencre.org/node/standard/CWE/sectionid/1002
[edit0503]: https://github.com/OWASP/DevGuide/blob/main/docs/en/03-requirements/03-opencre.md
Expand All @@ -107,5 +107,5 @@ then [submit an issue][issue0503] or [edit on GitHub][edit0503].
[sdlc]: https://owasp.org/www-project-integration-standards/writeups/owasp_in_sdlc/
[spotlight28]: https://www.youtube.com/watch?v=TwNroVARmB0&list=PLUKo5k_oSrfOTl27gUmk2o-NBKvkTGw0T
[top10ocre]: https://www.opencre.org/search/OWASP%20Top%2010
[wstgocre]: https://opencre.org/search/WSTG
[zapocre]: https://opencre.org/search/ZAP
[wstgocre]: https://www.opencre.org/search/WSTG
[zapocre]: https://www.opencre.org/search/ZAP

This file was deleted.

10 changes: 5 additions & 5 deletions docs/es/03-requirements/03-opencre.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ La Guía de Desarrollador OWASP es un esfuerzo comunitario; si hay algo que nece
entonces [cree un issue][issue0503] o [edítelo en GitHub][edit0503].

[asvs]: https://owasp.org/www-project-application-security-verification-standard/
[capecocre]: https://opencre.org/search/CAPEC
[csocre]: https://opencre.org/search/OWASP%20Cheat%20Sheets
[cweocre]: https://opencre.org/search/CWE
[capecocre]: https://www.opencre.org/search/CAPEC
[csocre]: https://www.opencre.org/search/OWASP%20Cheat%20Sheets
[cweocre]: https://www.opencre.org/search/CWE
[cwe]: https://cwe.mitre.org/
[cwe1002]: https://www.opencre.org/node/standard/CWE/sectionid/1002
[edit0503]: https://github.com/OWASP/DevGuide/blob/main/docs/es/03-requirements/03-opencre.md
Expand All @@ -117,5 +117,5 @@ entonces [cree un issue][issue0503] o [edítelo en GitHub][edit0503].
[sdlc]: https://owasp.org/www-project-integration-standards/writeups/owasp_in_sdlc/
[spotlight28]: https://www.youtube.com/watch?v=TwNroVARmB0&list=PLUKo5k_oSrfOTl27gUmk2o-NBKvkTGw0T
[top10ocre]: https://www.opencre.org/search/OWASP%20Top%2010
[wstgocre]: https://opencre.org/search/WSTG
[zapocre]: https://opencre.org/search/ZAP
[wstgocre]: https://www.opencre.org/search/WSTG
[zapocre]: https://www.opencre.org/search/ZAP
3 changes: 3 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ markdown_extensions:
plugins:
- open-in-new-tab
- search
- redirects:
redirect_maps:
'en/04-design/02-web-app-checklist/01-define-security-requirements.md': 'en/04-design/02-web-app-checklist/01-secure-by-default.md'

nav:
- 'Developer Guide':
Expand Down