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
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
actions: write
steps:
- name: Delete stale workflow runs
uses: Mattraks/delete-workflow-runs@v2.0.6
uses: Mattraks/delete-workflow-runs@v2.1.0
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 28
keep_minimum_runs: 10

- name: Delete unused workflows
uses: otto-de/purge-deprecated-workflow-runs@v3.0.1
uses: otto-de/purge-deprecated-workflow-runs@v4.0.1
with:
token: ${{ github.token }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Link Checker
uses: lycheeverse/lychee-action@v2.6.1
uses: lycheeverse/lychee-action@v2.7.0
with:
# skip the jekyll files under '_includes' directory
args: >-
--no-progress
--max-retries 1
--retry-wait-time 10
--exclude-path './_includes/*.html'
'./**/*.md'
'./release/**/*.md'
'*.md'
fail: true
env:
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v20.0.0
uses: DavidAnson/markdownlint-cli2-action@v21.0.0
with:
config: '.markdownlint.yaml'
globs: '*.md'
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check
uses: rojopolis/spellcheck-github-actions@0.52.0
uses: rojopolis/spellcheck-github-actions@0.54.0
with:
config_path: .spellcheck.yaml

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<a href="https://devguide.owasp.org/"><img src="assets/images/dg_logo_di.png" alt="DevGuide logo" height="180px"/></a>

[![CC BY-SA 4.0 license](https://img.shields.io/github/license/owasp/www-project-developer-guide.svg)](license.txt)
[![OWASP Lab project](https://img.shields.io/badge/owasp-lab%20project-f7b73c.svg)](https://www.owasp.org/projects)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/projects/9373)
[![OWASP Lab project](https://img.shields.io/badge/owasp-lab%20project-f7b73c.svg)](https://owasp.org/projects/)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/en/projects/9373)

## OWASP Foundation Developer Guide project

Expand Down
8 changes: 4 additions & 4 deletions code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcem
See the [FAQ][faq] for answers to common questions about this code of conduct,
and translations are available of this [contributor covenant][translate].

[cofc]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
[diversity]: https://github.com/mozilla/diversity
[faq]: https://www.contributor-covenant.org/faq
[cofc]: https://www.contributor-covenant.org/version/2/0/code_of_conduct/
[diversity]: https://github.com/mozilla/inclusion
[faq]: https://www.contributor-covenant.org/faq/
[homepage]: https://www.contributor-covenant.org
[translate]: https://www.contributor-covenant.org/translations
[translate]: https://www.contributor-covenant.org/translations/
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and providing enough detail to get developers started on various OWASP tools and
The intended audience of the Developer Guide is application developers working in various domains
such as web, desktop, mobile, API and cloud.

### History
## History

Along with the OWASP Top Ten, the Developer Guide is one of the original resources
published soon after OWASP was formed in 2001.
Expand All @@ -51,7 +51,7 @@ for the modern security landscape using contributions from the wider application

Periodically the Developer Guide is versioned and the contents promoted to the [release area][release] of the repository.

### Contributing
## Contributing

Contributions and suggestions are all welcome, we just ask that you follow our [code of conduct][conduct]
and read the [contributing guidelines][contribution] which provide style and document structure suggestions.
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
### Repository

* [Markdown source][repo]
* [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/projects/9373)
* [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/en/projects/9373)

[es]: https://devguide.owasp.org/es/
[pdf]: https://github.com/OWASP/DevGuide/releases
Expand Down
2 changes: 1 addition & 1 deletion release/14-appendices/00-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags: OWASP Developer Guide
contributors: Jon Gadsden
document: OWASP Developer Guide
order:
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags: OWASP Developer Guide
contributors: Jon Gadsden
document: OWASP Developer Guide
order:
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14110
permalink: /release/appendices/implementation_dos_donts/container_security/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/01-container-security/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14120
permalink: /release/appendices/implementation_dos_donts/secure_coding/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/02-secure-coding/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14130
permalink: /release/appendices/implementation_dos_donts/cryptographic_practices/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/03-cryptographic-practices/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14140
permalink: /release/appendices/implementation_dos_donts/application_spoofing/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/04-application-spoofing/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14150
permalink: /release/appendices/implementation_dos_donts/content_security_policy/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/05-content-security-policy/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14160
permalink: /release/appendices/implementation_dos_donts/exception_error_handling/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/06-exception-error-handling/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14170
permalink: /release/appendices/implementation_dos_donts/file_management/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/07-file-management/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14180
permalink: /release/appendices/implementation_dos_donts/memory_management/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/08-memory-management/
redirect_to: https://devguide.owasp.org/

---
2 changes: 1 addition & 1 deletion release/14-appendices/01-implementation-dos-donts/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Jon Gadsden
document: OWASP Developer Guide
order: 14100
permalink: /release/appendices/implementation_dos_donts/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/
redirect_to: https://devguide.owasp.org/

---
2 changes: 1 addition & 1 deletion release/14-appendices/02-verification-dos-donts/00-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags: OWASP Developer Guide
contributors: Jon Gadsden
document: OWASP Developer Guide
order:
redirect_to: https://devguide.owasp.org/en/12-appendices/02-verification-dos-donts/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14210
permalink: /release/appendices/verification_dos_donts/secure_environment/
redirect_to: https://devguide.owasp.org/en/12-appendices/02-verification-dos-donts/01-secure-environment/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14220
permalink: /release/appendices/verification_dos_donts/system_hardening/
redirect_to: https://devguide.owasp.org/en/12-appendices/02-verification-dos-donts/02-system-hardening/
redirect_to: https://devguide.owasp.org/

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Shruti Kulkarni
document: OWASP Developer Guide
order: 14230
permalink: /release/appendices/verification_dos_donts/open_source_software/
redirect_to: https://devguide.owasp.org/en/12-appendices/02-verification-dos-donts/03-open-source-software/
redirect_to: https://devguide.owasp.org/

---
2 changes: 1 addition & 1 deletion release/14-appendices/02-verification-dos-donts/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Jon Gadsden
document: OWASP Developer Guide
order: 14200
permalink: /release/appendices/verification_dos_donts/
redirect_to: https://devguide.owasp.org/en/12-appendices/02-verification-dos-donts/
redirect_to: https://devguide.owasp.org/

---
2 changes: 1 addition & 1 deletion release/14-appendices/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ contributors: Jon Gadsden
document: OWASP Developer Guide
order: 14000
permalink: /release/appendices/
redirect_to: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/
redirect_to: https://devguide.owasp.org/

---