Skip to content

Commit a6de525

Browse files
authored
Merge pull request #9 from OWASP/release-prep
ISTG v1.0.0 release🎉
2 parents ac51926 + 8b410a1 commit a6de525

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
Changelogs are available as part of the releases, see [Releases page](https://github.com/OWASP/owasp-istg/releases).

src/01_introduction/roadmap.md renamed to roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
- [x] Meet and sync with other OWASP security testing guide leaders (WSTG, MASTG) - @ project leaders
1818
- [x] Prepare task tracking (Git Issues) to enable tracking, distribution and monitoring of tasks - @ project leaders
1919
- [x] Gather volunteers and establish project team - @ project leaders, project team
20-
- [ ] **Milestone 3: Baseline Version Released**
20+
- [x] **Milestone 3: Baseline Version Released**
2121
- [x] Gather feedback from the project team regarding draft version of the guide - @ project team
2222
- [x] Discuss and implement feedback - @ project team
2323
- [x] Review changes and, if needed, iteratively repeat the previous steps - @ project leaders, project team
24-
- [ ] Approve and release baseline version - @ project leaders
24+
- [x] Approve and release baseline version - @ project leaders
2525
- [ ] **Milestone 4 - n: Continuous Development and Release of Modular Expansions**
2626
- [ ] Collect feedback and ideas for expansions; compile a list of technologies that future versions of the guide should cover - @ project leaders, project team
2727
- [ ] Prioritize technologies - @ project leaders, core team (feedback of project team welcome)

src/SUMMARY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Summary
22

33
[OWASP IoT Security Testing Guide](./README.md)
4-
[Ackownlegdements](./acknowledgements.md)
5-
[License](./LICENSE.md)
64

75
# Introduction
86
- [Introduction](./01_introduction/README.md)
9-
- [Roadmap](./01_introduction/roadmap.md)
107

118

129
# IoT Security Testing Framework
@@ -28,3 +25,5 @@
2825
- [Wireless Interfaces (ISTG-WRLS)](./03_test_cases/wireless_interfaces/README.md)
2926
- [User Interfaces (ISTG-UI)](./03_test_cases/user_interfaces/README.md)
3027

28+
[Acknowlegdements](./acknowledgements.md)
29+
[License](./LICENSE.md)

versioning.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Versioning Guide
2+
3+
## Version Structure
4+
5+
The version structure for this project is defined as follows:
6+
7+
1. **MAJOR version:** Major versions consolidate extensive changes to multiple parts of the guide (e.g., framework changes, multiple new/updated [components / component specializations](./src/02_framework/methodology#structure-of-the-catalog-of-test-cases), greater depth of detail for a considerable amount of test cases).
8+
2. **MINOR version:** Minor versions are released once a [components / component specializations](./src/02_framework/methodology#structure-of-the-catalog-of-test-cases) has been added or extensively updated/refined.
9+
3. **PATCH version:** Patch version releases are used for smaller fixes (bugs, typos, issues).
10+
11+
Each release will be tagged with a version identifier "*v[MAJOR].[MINOR].[PATCH]*".
12+
13+
14+
15+
## Branch Structure
16+
17+
The following branch structure has been defined:
18+
19+
- **main:** Latest release version
20+
- **latest:** Main working branch that includes all finished but unreleased changes
21+
- **istg-[component_id]:** Used for adding/updating parts of [components / component specializations](./src/02_framework/methodology#structure-of-the-catalog-of-test-cases)
22+
- Further branches will be created for individual topics. Self-explanatory names should be used.

0 commit comments

Comments
 (0)