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)

0 commit comments

Comments
 (0)