Skip to content

Commit b3a50a1

Browse files
authored
release candidate version 4.1.5-RC1
2 parents a2a0667 + 3de636b commit b3a50a1

File tree

18 files changed

+24
-26
lines changed

18 files changed

+24
-26
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
name: Create pull request
121121
runs-on: ubuntu-24.04
122122
needs: create_artifacts
123-
if: contains( ${{ github.ref_name }}, 'RC' ) == 'false'
123+
if: ${{ !contains( github.ref_name, 'RC' ) }}
124124

125125
steps:
126126
- name: Checkout markdown
@@ -209,6 +209,11 @@ jobs:
209209
find release -name "*.md" -exec sed -i ':a; /^\n*$/{ s/\n//; N; ba};' {} +
210210
find release -name "*.md" -exec sed -i '${/^$/d;}' {} +
211211
212+
- name: Fix up ToC sidebar
213+
run: |
214+
cp _data/draft.yaml _data/release.yaml
215+
sed -i "s/^docs_list_title.*/docs_list_title: Developer Guide/" _data/release.yaml
216+
212217
- name: Retrieve pdfs and epubs
213218
uses: actions/[email protected]
214219
with:
21 KB
Binary file not shown.
14.1 KB
Binary file not shown.

draft/08-verification/02-tools/01-dast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ layout: col-document
55
tags: OWASP Developer Guide
66
contributors: Johan Sydseter, Jon Gadsden
77
document: OWASP Developer Guide
8-
order: 8210
9-
permalink: /release/verification/tools/dast/
8+
order: 821
9+
permalink: /draft/verification/tools/dast/
1010

1111
---
1212

release/01-front.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ permalink:
1818

1919
#### A Guide to Building Secure Web Applications and Web Services
2020

21-
### Release version 4.1.4
21+
### Release version 4.1.5-RC1

release/02-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ permalink:
7373
6.1.2 [MAS Testing Guide](#mas-testing-guide)
7474
6.1.3 [Application Security Verification Standard](#application-security-verification-standard)
7575
6.2 [Tools](#verification-tools)
76-
6.2.1 [Zed Attack Proxy](#zed-attack-proxy)
76+
6.2.1 [DAST tools](#dast-tools)
7777
6.2.2 [Amass](#amass)
7878
6.2.3 [Offensive Web Testing Framework](#offensive-web-testing-framework)
7979
6.2.4 [Nettacker](#nettacker)

release/04-foundations/02-secure-development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ There are many OWASP tools and resources to help build security into the SDLC.
165165
* [Nettacker][net]
166166
* [Offensive Web Testing Framework][owtf] (OWTF)
167167
* [Web Security Testing Guide][wstg] (WSTG)
168-
* [Zed Attack Proxy][zap] (ZAP)
169168

170169
#### OWASP training projects
171170

@@ -237,4 +236,3 @@ then [submit an issue][issue0402] or [edit on GitHub][edit0402].
237236
[intstand]: https://owasp.org/www-project-integration-standards/
238237
[webgoat]: https://owasp.org/www-project-webgoat/
239238
[wstg]: https://owasp.org/www-project-web-security-testing-guide/
240-
[zap]: https://www.zaproxy.org/

release/05-requirements/03-opencre.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This provides an overview of tools and techniques used for most SDLCs.
4848
* OWASP [Proactive Controls][proactiveocre]
4949
* OWASP [Cheat Sheets][csocre]
5050
* OWASP [WSTG][wstgocre]
51-
* [ZAP][zapocre] from [Crash Override][crash]
51+
* [ZAP][zapocre]
5252

5353
The aim of this project is to 'Link all the things with OpenCRE' which will:
5454

@@ -105,7 +105,6 @@ then [submit an issue][issue0503] or [edit on GitHub][edit0503].
105105

106106
[asvs]: https://owasp.org/www-project-application-security-verification-standard/
107107
[capecocre]: https://opencre.org/search/CAPEC
108-
[crash]: https://crashoverride.com/
109108
[csocre]: https://opencre.org/search/OWASP%20Cheat%20Sheets
110109
[cweocre]: https://opencre.org/search/CWE
111110
[cwe]: https://cwe.mitre.org/

release/08-verification/00-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sections:
4444
6.1.2 [MAS Testing Guide](#mas-testing-guide)
4545
6.1.3 [Application Security Verification Standard](#application-security-verification-standard)
4646
6.2 [Tools](#verification-tools)
47-
6.2.1 [Zed Attack Proxy](#zed-attack-proxy)
47+
6.2.1 [DAST tools](#dast-tools)
4848
6.2.2 [Amass](#amass)
4949
6.2.3 [Offensive Web Testing Framework](#offensive-web-testing-framework)
5050
6.2.4 [Nettacker](#nettacker)

release/08-verification/02-tools/00-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ whereas manual security testing of high-risk components requires good knowledge
2727

2828
Sections:
2929

30-
6.2.1 [Zed Attack Proxy](#zed-attack-proxy)
30+
6.2.1 [DAST tools](#dast-tools)
3131
6.2.2 [Amass](#amass)
3232
6.2.3 [Offensive Web Testing Framework](#offensive-web-testing-framework)
3333
6.2.4 [Nettacker](#nettacker)

release/08-verification/02-tools/01-dast.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ layout: col-document
55
tags: OWASP Developer Guide
66
contributors: Johan Sydseter, Jon Gadsden
77
document: OWASP Developer Guide
8-
order: 821
9-
permalink: /draft/verification/tools/dast/
8+
order: 8210
9+
permalink: /release/verification/tools/dast/
1010

1111
---
1212

@@ -70,5 +70,3 @@ then [submit an issue][issue080201] or [edit on GitHub][edit080201].
7070
[edit080201]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/08-verification/02-tools/01-dast.md
7171
[issue080201]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2008-verification/02-tools/01-dast
7272
[wikipedia]: https://en.wikipedia.org/wiki/Dynamic_application_security_testing
73-
74-
\newpage

release/08-verification/02-tools/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ whereas manual security testing of high-risk components requires good knowledge
3838

3939
Sections:
4040

41-
6.2.1 [Zed Attack Proxy](01-zap.md)
41+
6.2.1 [DAST tools](01-dast.md)
4242
6.2.2 [Amass](02-amass.md)
4343
6.2.3 [Offensive Web Testing Framework](03-owtf.md)
4444
6.2.4 [Nettacker](04-nettacker.md)

release/08-verification/03-frameworks/01-secure-codebox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OWASP secureCodeBox orchestrates a range of security-testing tools in various do
6262
* Nikto web server vulnerability scanner
6363
* Nuclei template based vulnerability scanner.
6464
* Screenshooter takes screenshots of websites
65-
* ZAP and ZAP Advanced web application & OpenAPI vulnerability scanner extend with authentication features
65+
* ZAP Advanced web application & OpenAPI vulnerability scanner
6666

6767
Other tools may be added over time.
6868

release/08-verification/04-vulnerability-management/01-defectdojo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /release/verification/vulnerability_management/defectdojo/
1212

1313
{% include breadcrumb.html %}
1414

15-
![DefectDojo logo](../../../../assets/images/logos/defectdojo.png "OWASP DefectDojo"){: height="180px" }
15+
![DefectDojo logo](../../../../assets/images/logos/defectdojo.png "OWASP DefectDojo"){: height="160px" }
1616

1717
### 6.4.1 DefectDojo
1818

release/08-verification/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Sections:
5555
6.1.2 [MAS Testing Guide](01-guides/02-mastg.md)
5656
6.1.3 [Application Security Verification Standard](01-guides/03-asvs.md)
5757
6.2 [Tools](02-tools/toc.md)
58-
6.2.1 [Zed Attack Proxy](02-tools/01-zap.md)
58+
6.2.1 [DAST tools](02-tools/01-dast.md)
5959
6.2.2 [Amass](02-tools/02-amass.md)
6060
6.2.3 [Offensive Web Testing Framework](02-tools/03-owtf.md)
6161
6.2.4 [Nettacker](02-tools/04-nettacker.md)

release/09-training-education/01-vulnerable-apps/02-webgoat.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permalink: /release/training_education/vulnerable_applications/webgoat/
2828

2929
The OWASP [WebGoat][webgoat] project is a deliberately insecure web application that can be
3030
used to attack common application vulnerabilities in a safe environment.
31-
It can also be used to exercise application security tools, such as [ZAP][zap], to practice
31+
It can also be used to exercise application security tools to practice
3232
scanning and identifying the various vulnerabilities built into WebGoat.
3333

3434
WebGoat is a well established OWASP project and achieved Lab Project status many years ago.
@@ -105,7 +105,7 @@ WebWolf provides:
105105

106106
Try all the WebGoat lessons, they will certainly inform and educate.
107107
Use WebGoat in demonstrations of your favourite attack chains.
108-
Exercise Zap and Burp Suite against WebGoat, or other attack tools you have with you.
108+
Exercise available attack tools against WebGoat.
109109

110110
Try out the WebGoat desktop environment by running `docker run -p 127.0.0.1:3000:3000 webgoat/webgoat-desktop`
111111
and navigating to `http://localhost:3000/`.
@@ -116,7 +116,6 @@ There are various ways of configuring WebGoat, see the [github repo][goatgithub]
116116

117117
* OWASP [WebGoat][webgoat] and WebWolf
118118
* [Docker][dockerinstall]
119-
* [ZAP][zap]
120119

121120
----
122121

@@ -130,4 +129,3 @@ then [submit an issue][issue090102] or [edit on GitHub][edit090102].
130129
[edit090102]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/09-training-education/01-vulnerable-apps/02-webgoat.md
131130
[issue090102]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=enhancement&template=request.md&title=Update:%2009-training-education/01-vulnerable-apps/02-webgoat
132131
[webgoat]: https://owasp.org/www-project-webgoat/
133-
[zap]: https://www.zaproxy.org/

release/11-operations/02-coraza.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /release/operations/coraza_waf/
1212

1313
{% include breadcrumb.html %}
1414

15-
![Coraza logo](../../../assets/images/logos/coraza.png "OWASP Coraza"){: height="180px" }
15+
![Coraza logo](../../../assets/images/logos/coraza.png "OWASP Coraza"){: height="160px" }
1616

1717
### 9.2 Coraza Web Application Firewall
1818

release/toc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permalink: /release/
1818

1919
#### A Guide to Building Secure Web Applications and Web Services
2020

21-
### Release version 4.1.4
21+
### Release version 4.1.5-RC1
2222

2323
1 **[Introduction](03-introduction.md)**
2424

@@ -79,7 +79,7 @@ permalink: /release/
7979
6.1.2 [MAS Testing Guide](08-verification/01-guides/02-mastg.md)
8080
6.1.3 [Application Security Verification Standard](08-verification/01-guides/03-asvs.md)
8181
6.2 [Tools](08-verification/02-tools/toc.md)
82-
6.2.1 [Zed Attack Proxy](08-verification/02-tools/01-zap.md)
82+
6.2.1 [DAST tools](08-verification/02-tools/01-dast.md)
8383
6.2.2 [Amass](08-verification/02-tools/02-amass.md)
8484
6.2.3 [Offensive Web Testing Framework](08-verification/02-tools/03-owtf.md)
8585
6.2.4 [Nettacker](08-verification/02-tools/04-nettacker.md)

0 commit comments

Comments
 (0)