Skip to content

Commit 7ad853f

Browse files
committed
Update images
Add cover, update component overview
1 parent 614b8e5 commit 7ad853f

File tree

9 files changed

+317
-4
lines changed

9 files changed

+317
-4
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<a href="https://owasp.org/owasp-istg/"><img width="180px" align="right" style="float: right;" src="src/img/istg_cover.png"></a>
2+
13
# OWASP IoT Security Testing Guide
24

35
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
@@ -6,12 +8,19 @@ The OWASP IoT Security Testing Guide provides a comprehensive methodology for pe
68

79
Security assurance and test coverage can be demonstrated with the overview of IoT components and test case categories applicable to each below. The methodology, underlying models, and catalog of test cases present tools that can be used separately and in conjunction with each other.
810

9-
![Component Overview](/src/img/Component_Overview.png)
11+
12+
13+
![Component Overview](src/img/Component_Overview.png)
14+
15+
16+
1017

1118
- 🔔[Click here to read the OWASP ISTG 📖📚]( https://owasp.org/owasp-istg/)🔔
1219
-[Get the latest ISTG Checklists](https://github.com/OWASP/owasp-istg/tree/main/checklists)
1320
- 📝 🔍 [Contribute to ISTG](https://owasp.org/www-project-iot-security-testing-guide/#div-contributing)
1421

22+
23+
1524
## Table of Contents
1625

1726
1. [**Introduction**](./src/01_introduction/README.md)

resources/component_overview.drawio

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mxfile host="Electron" modified="2023-12-11T18:34:33.066Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/22.1.2 Chrome/114.0.5735.289 Electron/25.9.4 Safari/537.36" etag="8tfiPmZqrX9YlB9V9mGa" version="22.1.2" type="device">
1+
<mxfile host="Electron" modified="2023-12-20T21:07:06.380Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/22.1.11 Chrome/114.0.5735.289 Electron/25.9.8 Safari/537.36" etag="tGz5kR37YyF2Vze3mHVI" version="22.1.11" type="device">
22
<diagram name="Seite-1" id="dSFM1Jlho4Qd5BgdMRd8">
33
<mxGraphModel dx="3765" dy="1188" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
44
<root>
@@ -575,10 +575,10 @@
575575
</Array>
576576
</mxGeometry>
577577
</mxCell>
578-
<mxCell id="3GVdnuFyJFoCjS55MbKJ-137" value="" style="group;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" parent="1" vertex="1" connectable="0">
578+
<mxCell id="3GVdnuFyJFoCjS55MbKJ-137" value="" style="group;strokeColor=none;" parent="1" vertex="1" connectable="0">
579579
<mxGeometry x="-800" y="650" width="220" height="150" as="geometry" />
580580
</mxCell>
581-
<mxCell id="3GVdnuFyJFoCjS55MbKJ-126" value="&lt;b&gt;Legend:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;" style="rounded=0;whiteSpace=wrap;html=1;align=left;spacingLeft=4;" parent="3GVdnuFyJFoCjS55MbKJ-137" vertex="1">
581+
<mxCell id="3GVdnuFyJFoCjS55MbKJ-126" value="&lt;b&gt;Legend:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;" style="rounded=0;whiteSpace=wrap;html=1;align=left;spacingLeft=7;fillColor=none;strokeColor=none;" parent="3GVdnuFyJFoCjS55MbKJ-137" vertex="1">
582582
<mxGeometry width="220" height="150" as="geometry" />
583583
</mxCell>
584584
<mxCell id="3GVdnuFyJFoCjS55MbKJ-128" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d0cee2;strokeColor=#56517e;" parent="3GVdnuFyJFoCjS55MbKJ-137" vertex="1">

resources/istg_cover.pdf

122 KB
Binary file not shown.

resources/istg_cover.pub

506 KB
Binary file not shown.

resources/istg_cover_image.drawio

Lines changed: 302 additions & 0 deletions
Large diffs are not rendered by default.

resources/istg_cover_image.png

267 KB
Loading

scripts/mdbook_prepare.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
cp ./README.md ./src/
2+
sed -i -e 's/src\/img/img/g' ./src/README.md
3+
24
cp ./LICENSE.md ./src/
35
cp ./acknowledgements.md ./src/

src/img/Component_Overview.png

-1 KB
Loading

src/img/istg_cover.png

236 KB
Loading

0 commit comments

Comments
 (0)