File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 run : mkdocs build --config-file mkdocs-pdf-en.yaml
151151
152152 - name : Upload EN PDF
153- uses : actions/upload-artifact@v6 .0.0
153+ uses : actions/upload-artifact@v7 .0.0
154154 with :
155155 name : pdf-export-en
156156 path : site/OWASP_Developer_Guide.pdf
@@ -159,7 +159,7 @@ jobs:
159159 run : mkdocs build --config-file mkdocs-pdf-es.yaml
160160
161161 - name : Upload ES PDF
162- uses : actions/upload-artifact@v6 .0.0
162+ uses : actions/upload-artifact@v7 .0.0
163163 with :
164164 name : pdf-export-es
165165 path : site/OWASP_Developer_Guide-ES.pdf
@@ -168,7 +168,7 @@ jobs:
168168 run : mkdocs build --config-file mkdocs-pdf-fa.yaml
169169
170170 - name : Upload FA PDF
171- uses : actions/upload-artifact@v6 .0.0
171+ uses : actions/upload-artifact@v7 .0.0
172172 with :
173173 name : pdf-export-fa
174174 path : site/OWASP_Developer_Guide-FA.pdf
@@ -177,7 +177,7 @@ jobs:
177177 run : mkdocs build --config-file mkdocs-pdf-pt-br.yaml
178178
179179 - name : Upload PT-BR PDF
180- uses : actions/upload-artifact@v6 .0.0
180+ uses : actions/upload-artifact@v7 .0.0
181181 with :
182182 name : pdf-export-pt-br
183183 path : site/OWASP_Developer_Guide-PT-BR.pdf
Original file line number Diff line number Diff line change 2525 keep_minimum_runs : 10
2626
2727 - name : Delete unused workflows
28- uses : otto-de/purge-deprecated-workflow-runs@v4.0.3
28+ uses : otto-de/purge-deprecated-workflow-runs@v4.0.4
2929 with :
3030 token : ${{ github.token }}
3131
Original file line number Diff line number Diff line change 3535 run : mkdocs build
3636
3737 - name : Upload PDF
38- uses : actions/upload-artifact@v6 .0.0
38+ uses : actions/upload-artifact@v7 .0.0
3939 with :
4040 name : ' pdf-export'
4141 path : ' site/OWASP_Developer_Guide.pdf'
4949 uses : actions/checkout@v6.0.2
5050
5151 - name : Fetch prepared SBOM artifacts
52- uses : actions/download-artifact@v7 .0.0
52+ uses : actions/download-artifact@v8 .0.0
5353 with :
5454 name : ' pdf-export'
5555 path : ' site/OWASP_Developer_Guide.pdf'
Original file line number Diff line number Diff line change 33[ ![ CC BY-SA 4.0 license] ( https://img.shields.io/github/license/owasp/DevGuide.svg )] ( license.txt )
44[ ![ OWASP Lab project] ( https://img.shields.io/badge/owasp-lab%20project-f7b73c.svg )] ( https://owasp.org/projects/ )
55[ ![ Build status] ( https://github.com/OWASP/DevGuide/actions/workflows/ci.yaml/badge.svg?event=push )] [ build ]
6- [ ![ OpenSSF Best Practices] ( https://www.bestpractices.dev/projects/9373/ badge) ]( https://www.bestpractices.dev/en/projects/9373 )
6+ [ ![ OpenSSF Best Practices] [ openssf- badge] ]( https://www.bestpractices.dev/en/projects/9373 )
77
88## OWASP Foundation Developer Guide
99
@@ -58,6 +58,7 @@ OWASP DevGuide: _accessible security for developers_
5858[ history ] : https://www.youtube.com/watch?v=niqV55vPTfw
5959[ issues ] : https://github.com/OWASP/DevGuide/issues/new/choose
6060[ latest ] : https://devguide.owasp.org/
61+ [ openssf-badge ] : https://www.bestpractices.dev/projects/9373/badge
6162[ original ] : https://github.com/OWASP/DevGuide/blob/1d24d140de3724b6f95655e53b8d0cc6689fbfd8/DevGuide1.0/OWASPBuildingSecureWebApplicationsAndWebServices-V1.0.pdf
6263[ project ] : https://owasp.slack.com/messages/C04QN6CMNAC
6364[ project-pages ] : https://owasp.org/www-project-developer-guide/
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins:
2929 - ' hi/'
3030 - ' pt-br/'
3131 cover_title : OWASP Developer Guide
32- cover_subtitle : A guide to building secure Web Applications and Web Services
32+ cover_subtitle : A wayfinder for the many tools and documents provided by OWASP for developers
3333 cover_logo : assets/images/dg_logo.png
3434 author : Open Worldwide Application Security Project (OWASP)
3535 copyright : Creative Commons Attribution ShareAlike 4.0 International (CC BY-SA 4.0)
9393 - ESAPI : en/05-implementation/03-secure-libraries/01-esapi.md
9494 - CSRFGuard : en/05-implementation/03-secure-libraries/02-csrf-guard.md
9595 - OSHP : en/05-implementation/03-secure-libraries/03-secure-headers.md
96- - Java : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
96+ - Java Encoding and Sanitization : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
9797 - MASWE : en/05-implementation/04-maswe.md
9898 - Verification :
9999 - Overview : en/06-verification/index.md
Original file line number Diff line number Diff line change 9898 - ESAPI : es/05-implementation/03-secure-libraries/01-esapi.md
9999 - CSRFGuard : es/05-implementation/03-secure-libraries/02-csrf-guard.md
100100 - OSHP : es/05-implementation/03-secure-libraries/03-secure-headers.md
101- - Java : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
101+ - Java Encoding and Sanitization : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
102102 - MASWE : es/05-implementation/04-maswe.md
103103 - Verificación :
104104 - Descripción : es/06-verification/index.md
Original file line number Diff line number Diff line change 9393 - ESAPI : en/05-implementation/03-secure-libraries/01-esapi.md
9494 - CSRFGuard : en/05-implementation/03-secure-libraries/02-csrf-guard.md
9595 - OSHP : en/05-implementation/03-secure-libraries/03-secure-headers.md
96- - Java : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
96+ - Java Encoding and Sanitization : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
9797 - MASWE : en/05-implementation/04-maswe.md
9898 - Verification :
9999 - Overview : en/06-verification/index.md
Original file line number Diff line number Diff line change 9696 - ESAPI : en/05-implementation/03-secure-libraries/01-esapi.md
9797 - CSRFGuard : en/05-implementation/03-secure-libraries/02-csrf-guard.md
9898 - OSHP : en/05-implementation/03-secure-libraries/03-secure-headers.md
99- - Java : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
99+ - Java Encoding and Sanitization : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
100100 - MASWE : en/05-implementation/04-maswe.md
101101 - Verification :
102102 - Overview : en/06-verification/index.md
Original file line number Diff line number Diff line change 111111 - ESAPI : en/05-implementation/03-secure-libraries/01-esapi.md
112112 - CSRFGuard : en/05-implementation/03-secure-libraries/02-csrf-guard.md
113113 - OSHP : en/05-implementation/03-secure-libraries/03-secure-headers.md
114- - Java : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
114+ - Java Encoding and Sanitization : en/05-implementation/03-secure-libraries/04-java-secure-libs.md
115115 - MASWE : en/05-implementation/04-maswe.md
116116 - Verification :
117117 - Overview : en/06-verification/index.md
You can’t perform that action at this time.
0 commit comments