Skip to content

Commit

Permalink
Update mdBook summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pascal Rotsch committed Nov 16, 2023
1 parent eff8756 commit 0cd9cec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy mdBook to GH Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["mdbook_test"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
30 changes: 16 additions & 14 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# Summary

[OWASP IoT Security Testing Guide](./README.md)
[Ackownlegdements](./acknowledgements.md)
[License](./LICENSE.md)

# Introduction
- [Introduction](./01_introduction/README.md)
- [Roadmap](./01_introduction/roadma)
- [Roadmap](./01_introduction/roadmap.md)


# IoT Security Testing Framework
- [IoT Security Testing Framework](./02_framework/README.md)
- [IoT Device Model](./02_framework/device_model.md)
- [Attacker Model](./02_framework/attacker_model.md)
- [Testing Methodology](./02_framework/methodology.md)
- [IoT Device Model](./02_framework/device_model.md)
- [Attacker Model](./02_framework/attacker_model.md)
- [Testing Methodology](./02_framework/methodology.md)

# Catalog of Test Cases
- [Catalog of Test Cases](./03_test_cases/README.md)
- [Processing Units (IOT-PROC)](./03_test_cases/processing_units/README.md)
- [Memory (IOT-MEM)](./03_test_cases/memory/README.md)
- [Firmware (IOT-FW)](./03_test_cases/firmware/README.md)
- [Installed Firmware (IOT-FW[INST])](./03_test_cases/firmware/installed_firmware.md)
- [Firmware Update Mechnanism (IOT-FW[UPDT])](./03_test_cases/firmware/firmware_update_mechanism.md)
- [Data Exchange Services (IOT-DES)](./03_test_cases/data_exchange_services/README.md)
- [Internal Interfaces (IOT-INT)](./03_test_cases/internal_interfaces/README.md)
- [Physical Interfaces (IOT-PHY)](./03_test_cases/physical_interfaces/README.md)
- [Wireless Interfaces (IOT-WRLS)](./03_test_cases/wireless_interfaces/README.md)
- [User Interfaces (IOT-UI)](./03_test_cases/user_interfaces/README.md)
- [Processing Units (IOT-PROC)](./03_test_cases/processing_units/README.md)
- [Memory (IOT-MEM)](./03_test_cases/memory/README.md)
- [Firmware (IOT-FW)](./03_test_cases/firmware/README.md)
- [Installed Firmware (IOT-FW[INST])](./03_test_cases/firmware/installed_firmware.md)
- [Firmware Update Mechnanism (IOT-FW[UPDT])](./03_test_cases/firmware/firmware_update_mechanism.md)
- [Data Exchange Services (IOT-DES)](./03_test_cases/data_exchange_services/README.md)
- [Internal Interfaces (IOT-INT)](./03_test_cases/internal_interfaces/README.md)
- [Physical Interfaces (IOT-PHY)](./03_test_cases/physical_interfaces/README.md)
- [Wireless Interfaces (IOT-WRLS)](./03_test_cases/wireless_interfaces/README.md)
- [User Interfaces (IOT-UI)](./03_test_cases/user_interfaces/README.md)

0 comments on commit 0cd9cec

Please sign in to comment.