Skip to content

Commit ee6e99d

Browse files
authored
Merge pull request #220 from OWASP/various-chores
Add logos to project pages
2 parents 6795673 + a9d6d37 commit ee6e99d

File tree

33 files changed

+329
-24
lines changed

33 files changed

+329
-24
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@
6969
!assets/exports/*.pdf
7070
!assets/images/
7171
!assets/images/*.png
72+
!assets/images/logos/
73+
!assets/images/logos/*.png
7274
!license.txt
7375

.lycheeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ myfriend.site.com/
66
# Lockheed Martin has trouble with SSL certificates, temporarily ignore
77
https://www.lockheedmartin.com
88

9-
# github gets upset if too many requests are made to creat new issues
9+
# github gets upset if too many requests are made to create new issues
1010
https://github.com/OWASP/www-project-developer-guide/issues/new
1111
https://github.com/OWASP/www-project-developer-guide/pulls
1212

@@ -23,6 +23,7 @@ https://hub.docker.com/r/webgoat/webgoat
2323
# lychee gets confused with the Jekyl image paths
2424
www-project-developer-guide/assets/images/sdlc_diag.png
2525
www-project-developer-guide/assets/images/owasp-wayfinder.png
26+
www-project-developer-guide/assets/images/
2627

2728
# Google drive tends to need permissions that the link checker does not have
2829
https://drive.google.com/
98.5 KB
Loading
29.1 KB
Loading

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="assets/images/dg_logo_bbd.png" alt="DevGuide logo" height="220px"/>
1+
<img src="assets/images/dg_alt.png" alt="DevGuide logo" height="220px"/>
22

33
### Contributing
44

draft/04-foundations/toc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/foundations/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Developer Guide](../../../assets/images/dg_logo.png "OWASP Developer Guide"){: .image-right }
26+
1527
## 2. Foundations
1628

1729
There are various foundational concepts and terminology that are commonly used in software security.

draft/05-requirements/toc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/requirements/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Developer Guide](../../../assets/images/dg_logo.png "OWASP Developer Guide"){: .image-right }
26+
1527
## 3. Requirements
1628

1729
Referring to the OWASP [Top Ten Proactive Controls][control1], security requirements are statements of

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/design/threat_modeling/threat_dragon/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Threat Dragon](../../../../assets/images/logos/threat_dragon.png "OWASP Threat Dragon"){: .image-right }
26+
1527
### 4.1.3 Threat Dragon
1628

1729
The OWASP [Threat Dragon][tdtm] project provides a diagrammatic tool for threat modeling

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/design/threat_modeling/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Developer Guide](../../../../assets/images/dg_logo_bbd.png "OWASP Developer Guide"){: .image-right }
26+
1527
### 4.1 Threat modeling
1628

1729
Referring to the [Threat Modeling Cheat Sheet][tmcs],

draft/06-design/02-web-app-checklist/toc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/design/web_app_checklist/
1212

1313
{% include breadcrumb.html %}
1414

15+
<style type="text/css">
16+
.image-right {
17+
height: 180px;
18+
display: block;
19+
margin-left: auto;
20+
margin-right: auto;
21+
float: right;
22+
}
23+
</style>
24+
25+
![Developer Guide](../../../../assets/images/dg_logo_bbd.png "OWASP Developer Guide"){: .image-right }
26+
1527
### 4.2 Web application checklist
1628

1729
Checklists are a valuable resource for development teams.

0 commit comments

Comments
 (0)