Skip to content

Commit 0f537db

Browse files
authored
add more logos
2 parents 0073ab2 + a30de25 commit 0f537db

File tree

7 files changed

+36
-0
lines changed

7 files changed

+36
-0
lines changed

assets/images/logos/depcheck.png

9.31 KB
Loading

assets/images/logos/esapi.png

178 KB
Loading
75.5 KB
Loading
-19.4 KB
Loading

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/implementation/dependencies/dependency_check/
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+
![Dependency-Check logo](../../../../assets/images/logos/depcheck.png "OWASP Dependency-Check"){: .image-right }
26+
1527
### 5.2.1 Dependency-Check
1628

1729
OWASP [Dependency-Check][depcheck] is a tool that provides Software Composition Analysis (SCA) from the command line.

draft/07-implementation/03-secure-libraries/01-esapi.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/implementation/secure_libraries/esapi/
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+
![ESAPI logo](../../../../assets/images/logos/esapi.png "OWASP ESAPI"){: .image-right }
26+
1527
### 5.3.1 Enterprise Security API library
1628

1729
The OWASP Enterprise Security API (ESAPI) [library][esapi-docs] is a security control library

draft/07-implementation/03-secure-libraries/03-secure-headers.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permalink: /draft/implementation/secure_libraries/secure_headers/
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+
![Secure Headers logo](../../../../assets/images/logos/secure_headers.png "OWASP Secure Headers"){: .image-right }
26+
1527
### 5.3.3 OWASP Secure Headers Project
1628

1729
The OWASP Secure Headers Project ([OSHP][oshp]) provides information on HTTP response headers

0 commit comments

Comments
 (0)