Skip to content

Commit d603c69

Browse files
Add OWASP IoT Security Testing Guide metadata
Generated on 2025-10-05 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-iot-security-testing-guide` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 071ca67 commit d603c69

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
time: '00:45'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Validate OWASP entity metadata
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '*.owasp.yaml'
7+
push:
8+
paths:
9+
- '*.owasp.yaml'
10+
11+
permissions:
12+
contents: read
13+
14+
concurrency:
15+
cancel-in-progress: true
16+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+
jobs:
19+
validate-metadata:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v5
25+
26+
- name: Validate metadata file
27+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
audience:
2+
- breaker
3+
- builder
4+
community:
5+
- name: istg
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C05QA92T1JP
8+
description: Channel for IoT Security Testing Guide discussions and updates. For issues, please file in GitHub <https://github.com/OWASP/owasp-istg>
9+
leaders:
10+
- name: Luca Pascal Rotsch
11+
email: luca.pascalrotsch@owasp.org
12+
github: rockhoppersec
13+
- name: Aaron Guzman
14+
email: aaron.guzman@owasp.org
15+
github: scriptingxss
16+
level: 2
17+
license:
18+
- CC-BY-SA-4.0
19+
name: OWASP IoT Security Testing Guide
20+
pitch: The OWASP IoT Security Testing Guide provides a comprehensive methodology for penetration tests in the IoT field.
21+
repositories:
22+
- name: www-project-iot-security-testing-guide
23+
url: https://github.com/OWASP/www-project-iot-security-testing-guide
24+
description: OWASP IoT Security Testing Guide site repository
25+
- name: owasp-istg
26+
url: https://github.com/OWASP/owasp-istg
27+
description: The IoT Security Testing Guide (ISTG) provides a comprehensive methodology for penetration tests in the IoT field, offering flexibility
28+
to adapt innovations, and developments in the IoT market while still ensuring comparability of test results.
29+
tags:
30+
- istg
31+
- custom-tag-1
32+
- custom-tag-2
33+
type: documentation
34+
website: https://owasp.org/www-project-iot-security-testing-guide

0 commit comments

Comments
 (0)