Skip to content

Commit fe12bc7

Browse files
committed
correct formatting for logos
1 parent 5c5b34d commit fe12bc7

File tree

14 files changed

+55
-52
lines changed

14 files changed

+55
-52
lines changed

_data/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ docs:
243243

244244
- title: '8.2.1 Security champions program'
245245
url: culture_building_and_process_maturing/security_champions/security_champions_program
246-
246+
247247
- title: '8.2.2 Security Champions Guide'
248248
url: culture_building_and_process_maturing/security_champions/security_champions_guide
249249

_data/release.yaml

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -145,33 +145,6 @@ docs:
145145
- title: '5.3.3 OWASP Secure Headers Project'
146146
url: implementation/secure_libraries/secure_headers
147147

148-
- title: '5.4 Implementation Do''s and Don''ts'
149-
url: implementation/dos_donts
150-
151-
- title: '5.4.1 Container security'
152-
url: implementation/dos_donts/container_security
153-
154-
- title: '5.4.2 Secure coding'
155-
url: implementation/dos_donts/secure_coding
156-
157-
- title: '5.4.3 Cryptographic practices'
158-
url: implementation/dos_donts/cryptographic_practices
159-
160-
- title: '5.4.4 Application spoofing'
161-
url: implementation/dos_donts/application_spoofing
162-
163-
- title: '5.4.5 Content Security Policy (CSP)'
164-
url: implementation/dos_donts/content_security_policy
165-
166-
- title: '5.4.6 Exception and error handling'
167-
url: implementation/dos_donts/exception_error_handling
168-
169-
- title: '5.4.7 File management'
170-
url: implementation/dos_donts/file_management
171-
172-
- title: '5.4.8 Memory management'
173-
url: implementation/dos_donts/memory_management
174-
175148
- title: '6. Verification'
176149
url: verification
177150

@@ -217,18 +190,6 @@ docs:
217190
- title: '6.4.1 DefectDojo'
218191
url: verification/vulnerability_management/defectdojo
219192

220-
- title: '6.5 Verification Do''s and Don''ts'
221-
url: verification/dos_donts
222-
223-
- title: '6.5.1 Secure environment'
224-
url: verification/dos_donts/secure_environment
225-
226-
- title: '6.5.2 System hardening'
227-
url: verification/dos_donts/system_hardening
228-
229-
- title: '6.5.3 Open Source software'
230-
url: verification/dos_donts/open_source_software
231-
232193
- title: '7. Training and Education'
233194
url: training_education
234195

@@ -333,3 +294,45 @@ docs:
333294

334295
- title: '11.2 Bug Logging Tool'
335296
url: security_gap_analysis/bug_logging_tool
297+
298+
- title: '12. Appendices'
299+
url: appendices
300+
301+
- title: '12.1 Implementation Do''s and Don''ts'
302+
url: appendices/implementation_dos_donts
303+
304+
- title: '12.1.1 Container security'
305+
url: appendices/implementation_dos_donts/container_security
306+
307+
- title: '12.1.2 Secure coding'
308+
url: appendices/implementation_dos_donts/secure_coding
309+
310+
- title: '12.1.3 Cryptographic practices'
311+
url: appendices/implementation_dos_donts/cryptographic_practices
312+
313+
- title: '12.1.4 Application spoofing'
314+
url: appendices/implementation_dos_donts/application_spoofing
315+
316+
- title: '12.1.5 Content Security Policy (CSP)'
317+
url: appendices/implementation_dos_donts/content_security_policy
318+
319+
- title: '12.1.6 Exception and error handling'
320+
url: appendices/implementation_dos_donts/exception_error_handling
321+
322+
- title: '12.1.7 File management'
323+
url: appendices/implementation_dos_donts/file_management
324+
325+
- title: '12.1.8 Memory management'
326+
url: appendices/implementation_dos_donts/memory_management
327+
328+
- title: '12.2 Verification Do''s and Don''ts'
329+
url: appendices/verification_dos_donts
330+
331+
- title: '12.2.1 Secure environment'
332+
url: appendices/verification_dos_donts/secure_environment
333+
334+
- title: '12.2.2 System hardening'
335+
url: appendices/verification_dos_donts/system_hardening
336+
337+
- title: '12.2.3 Open Source software'
338+
url: appendices/verification_dos_donts/open_source_software

draft/05-requirements/03-opencre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /draft/requirements/opencre_integration_standard/
1212

1313
{% include breadcrumb.html %}
1414

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

1717
### 3.3 OpenCRE
1818

draft/06-design/01-threat-modeling/01-threat-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Threat modeling is part of the [Threat Assessment][sammdta] security practice in
2020
Much of the material in this section is drawn from the OWASP [Threat Model project][tmproject],
2121
and the philosophy of this section tries to follow the [Threat Modeling Manifesto][tmmanifesto].
2222

23-
[![TMM logo](../../../../assets/images/logos/tmmanifesto.png "OWASP TM Manifesto"){: height="60px" }][tmmanifesto]
23+
![TMM logo](../../../../assets/images/logos/tmmanifesto.png "OWASP TM Manifesto"){: height="60px" }
2424

2525
#### Overview
2626

draft/07-implementation/02-dependencies/01-dependency-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /draft/implementation/dependencies/dependency_check/
1212

1313
{% include breadcrumb.html %}
1414

15-
[![DepCheck logo](../../../../assets/images/logos/depcheck.png "OWASP Dependency-Check"){: height="150px" }][depcheck]
15+
![DepCheck logo](../../../../assets/images/logos/depcheck.png "OWASP Dependency-Check"){: height="150px" }
1616

1717
### 5.2.1 Dependency-Check
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /draft/verification/frameworks/secure_codebox/
1212

1313
{% include breadcrumb.html %}
1414

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

1717
#### 6.3.1 secureCodeBox
1818

draft/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: /draft/verification/vulnerability_management/defectdojo/
1212

1313
{% include breadcrumb.html %}
1414

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

1717
### 6.4.1 DefectDojo
1818

draft/11-operations/02-coraza.md

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

1313
{% include breadcrumb.html %}
1414

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

1717
### 9.2 Coraza Web Application Firewall
1818

release/05-requirements/03-opencre.md

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

1313
{% include breadcrumb.html %}
1414

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

1717
### 3.3 OpenCRE
1818

release/06-design/01-threat-modeling/01-threat-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Threat modeling is part of the [Threat Assessment][sammdta] security practice in
2020
Much of the material in this section is drawn from the OWASP [Threat Model project][tmproject],
2121
and the philosophy of this section tries to follow the [Threat Modeling Manifesto][tmmanifesto].
2222

23-
[![TMM logo](../../../../assets/images/logos/tmmanifesto.png "OWASP TM Manifesto"){: height="60px" }][tmmanifesto]
23+
![TMM logo](../../../../assets/images/logos/tmmanifesto.png "OWASP TM Manifesto"){: height="60px" }
2424

2525
#### Overview
2626

0 commit comments

Comments
 (0)