Skip to content

Commit 63fe14a

Browse files
committed
add logos for Nettacker, Juice Shop, Coraza and SecureCodeBox
1 parent 1ddc356 commit 63fe14a

File tree

21 files changed

+80
-21
lines changed

21 files changed

+80
-21
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@
7171
!assets/images/*.png
7272
!assets/images/logos/
7373
!assets/images/logos/*.png
74+
!assets/images/logos/*.svg
7475
!license.txt
7576

_data/draft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docs:
3838
url: requirements/security_rat
3939

4040
- title: '3.5 Application Security Verification Standard'
41-
url: requirements/asvs
41+
url: requirements/application_security_verification_standard
4242

4343
- title: '3.6 Mobile Application Security'
4444
url: requirements/mobile_application_security
@@ -290,7 +290,7 @@ docs:
290290
url: culture_building_and_process_maturing/software_assurance_maturity_model
291291

292292
- title: '8.4 Application Security Verification Standard'
293-
url: culture_building_and_process_maturing/asvs
293+
url: culture_building_and_process_maturing/application_security_verification_standard
294294

295295
- title: '8.5 Mobile Application Security'
296296
url: culture_building_and_process_maturing/mobile_application_security
@@ -323,7 +323,7 @@ docs:
323323
url: security_gap_analysis/guides/software_assurance_maturity_model
324324

325325
- title: '11.1.2 Application Security Verification Standard'
326-
url: security_gap_analysis/guides/asvs
326+
url: security_gap_analysis/guides/application_security_verification_standard
327327

328328
- title: '11.1.3 Mobile Application Security'
329329
url: security_gap_analysis/guides/mobile_application_security

_data/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docs:
3838
url: requirements/security_rat
3939

4040
- title: '3.5 Application Security Verification Standard'
41-
url: requirements/asvs
41+
url: requirements/application_security_verification_standard
4242

4343
- title: '3.6 Mobile Application Security'
4444
url: requirements/mobile_application_security
@@ -290,7 +290,7 @@ docs:
290290
url: culture_building_and_process_maturing/software_assurance_maturity_model
291291

292292
- title: '8.4 Application Security Verification Standard'
293-
url: culture_building_and_process_maturing/asvs
293+
url: culture_building_and_process_maturing/application_security_verification_standard
294294

295295
- title: '8.5 Mobile Application Security'
296296
url: culture_building_and_process_maturing/mobile_application_security
@@ -323,7 +323,7 @@ docs:
323323
url: security_gap_analysis/guides/software_assurance_maturity_model
324324

325325
- title: '11.1.2 Application Security Verification Standard'
326-
url: security_gap_analysis/guides/asvs
326+
url: security_gap_analysis/guides/application_security_verification_standard
327327

328328
- title: '11.1.3 Mobile Application Security'
329329
url: security_gap_analysis/guides/mobile_application_security

_includes/banner.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@
55
</div>
66
{% endif %}
77

8-
{% if page.url contains "/release/" %}
9-
<div style="background-color:#9ce37d;color:#344d2a;padding:8px 20px 8px;">
10-
The latest released version of the Developer Guide
11-
</div>
12-
{% endif %}
138
</div>

assets/images/logos/coraza.png

89 KB
Loading

assets/images/logos/juiceshop.png

19.1 KB
Loading

assets/images/logos/nettacker.png

56.9 KB
Loading
Lines changed: 25 additions & 0 deletions
Loading

draft/04-foundations/05-top-ten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ may also be referred to as 'OWASP Top 10'. Here is a list of the stable 'OWASP T
175175
* [Top 10 Proactive Controls][proactive10]
176176
* [Top 10 Web Application Security Risks][top10]
177177

178-
Other OWASP Top 10s are 'incubator' projects, work in progress, so this list will change over time.
178+
Other OWASP Top 10s are 'incubator' projects, which are work in progress, so this list will change over time.
179179

180180
----
181181

draft/05-requirements/05-asvs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: OWASP Developer Guide
66
contributors: Jon Gadsden
77
document: OWASP Developer Guide
88
order: 505
9-
permalink: /draft/requirements/asvs/
9+
permalink: /draft/requirements/application_security_verification_standard/
1010

1111
---
1212

0 commit comments

Comments
 (0)