Skip to content

Commit 452133c

Browse files
author
jon gadsden
committed
move Threat Modeling toolkit
1 parent 652c4f9 commit 452133c

File tree

17 files changed

+23
-23
lines changed

17 files changed

+23
-23
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
cd draft
2222
pwd
23-
find . -name "*.md" ! -name "info.md" ! -name "01-front.md" -exec cp '{}' '../release/{}' \;
23+
find . -name "*.md" ! -name "info.md" -exec cp '{}' '../release/{}' \;
2424
2525
- name: Fix up markdown
2626
run: |
@@ -31,7 +31,7 @@ jobs:
3131
find release -name "*.md" -exec sed -i "/www-project-developer-guide\/issues\/new?labels/d" {} +
3232
find release -name "*.md" -exec sed -i "/www-project-developer-guide\/blob\/main/d" {} +
3333
find release -name "*.md" -exec \
34-
sed -i "s/.*the latest contributions to the Developer Guide.*/\#\#\# Release version $GITHUB_REF_NAME/" {} +
34+
sed -i "s/.*the latest contributions to the Developer Guide.*/\#\#\# Release version ${{ GITHUB_REF_NAME }}/" {} +
3535
find release -name "*.md" -exec sed -i "s/ (Draft)//gI" {} +
3636
find release -name "*.md" -exec sed -i "/order: / s/$/0/" {} +
3737

_data/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docs:
6464
- title: '4.1.4 Threat Modeling and Cornucopia'
6565
url: design/threat_modeling/cornucopia
6666

67-
- title: '4.1.5 Threat Modeling toolkit'
67+
- title: '4.1.6 Threat Modeling toolkit'
6868
url: design/threat_modeling/toolkit
6969

7070
- title: '4.2 Web application checklist'

_data/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docs:
6464
- title: '4.1.4 Threat Modeling and Cornucopia'
6565
url: design/threat_modeling/cornucopia
6666

67-
- title: '4.1.5 Threat Modeling toolkit'
67+
- title: '4.1.6 Threat Modeling toolkit'
6868
url: design/threat_modeling/toolkit
6969

7070
- title: '4.2 Web application checklist'

draft/02-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permalink:
3838
4.1.2 [Pythonic Threat Modeling](#pythonic-threat-modeling)
3939
4.1.3 [Threat Dragon](#threat-dragon)
4040
4.1.4 [Threat Modeling and Cornucopia](#cornucopia)
41-
4.1.5 [Threat Modeling toolkit](#threat-modeling-toolkit)
41+
4.1.6 [Threat Modeling toolkit](#threat-modeling-toolkit)
4242
4.2 [Web application checklist](#web-application-checklist)
4343
4.2.1 [Checklist: Define Security Requirements](#checklist-define-security-requirements)
4444
4.2.2 [Checklist: Leverage Security Frameworks and Libraries](#checklist-leverage-security-frameworks-and-libraries)

draft/06-design/00-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Sections:
5151
4.1.2 [Pythonic Threat Modeling](#pythonic-threat-modeling)
5252
4.1.3 [Threat Dragon](#threat-dragon)
5353
4.1.4 [Threat Modeling and Cornucopia](#cornucopia)
54-
4.1.5 [Threat Modeling toolkit](#threat-modeling-toolkit)
54+
4.1.6 [Threat Modeling toolkit](#threat-modeling-toolkit)
5555
4.2 [Web application checklist](#web-application-checklist)
5656
4.2.1 [Checklist: Define Security Requirements](#checklist-define-security-requirements)
5757
4.2.2 [Checklist: Leverage Security Frameworks and Libraries](#checklist-leverage-security-frameworks-and-libraries)

draft/06-design/01-threat-modeling/00-toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sections:
3232
4.1.2 [Pythonic Threat Modeling](#pythonic-threat-modeling)
3333
4.1.3 [Threat Dragon](#threat-dragon)
3434
4.1.4 [Threat Modeling and Cornucopia](#cornucopia)
35-
4.1.5 [Threat Modeling toolkit](#threat-modeling-toolkit)
35+
4.1.6 [Threat Modeling toolkit](#threat-modeling-toolkit)
3636

3737
----
3838

draft/06-design/01-threat-modeling/05-toolkit.md renamed to draft/06-design/01-threat-modeling/06-toolkit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ layout: col-document
55
tags: OWASP Developer Guide
66
contributors: Jon Gadsden
77
document: OWASP Developer Guide
8-
order: 615
8+
order: 616
99
permalink: /draft/design/threat_modeling/toolkit/
1010

1111
---
1212

1313
{% include breadcrumb.html %}
1414

15-
### 4.1.5 Threat Modeling toolkit
15+
### 4.1.6 Threat Modeling toolkit
1616

1717
There is no one technique or tool that fits every threat modeling process.
1818
The process can be tactical or architectural, subjective or automated, attack tree or data flow diagram,
@@ -59,12 +59,12 @@ providing practical suggestions along with explanations of both the terminology
5959
----
6060

6161
The OWASP Developer Guide is a community effort; if there is something that needs changing
62-
then [submit an issue][issue060105] or [edit on GitHub][edit060105].
62+
then [submit an issue][issue060106] or [edit on GitHub][edit060106].
6363

6464
[4QFW]: https://github.com/adamshostack/4QuestionFrame
6565
[asacs]: https://cheatsheetseries.owasp.org/cheatsheets/Attack_Surface_Analysis_Cheat_Sheet.html
66-
[issue060105]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2006-design/01-threat-modeling/05-toolkit
67-
[edit060105]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/06-design/01-threat-modeling/05-toolkit.md
66+
[issue060106]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2006-design/01-threat-modeling/06-toolkit
67+
[edit060106]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/06-design/01-threat-modeling/06-toolkit.md
6868
[toolkit]: https://www.youtube.com/watch?v=KGy_KCRUGd4
6969
[tmcs]: https://cheatsheetseries.owasp.org/cheatsheets/Threat_Modeling_Cheat_Sheet.html
7070
[tmpb]: https://owasp.org/www-project-threat-modeling-playbook/

draft/06-design/01-threat-modeling/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sections:
3333
4.1.2 [Pythonic Threat Modeling](02-pytm.md)
3434
4.1.3 [Threat Dragon](03-threat-dragon.md)
3535
4.1.4 [Threat Modeling and Cornucopia](04-cornucopia.md)
36-
4.1.5 [Threat Modeling toolkit](05-toolkit.md)
36+
4.1.6 [Threat Modeling toolkit](06-toolkit.md)
3737

3838
----
3939

draft/06-design/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Sections:
4646
4.1.2 [Pythonic Threat Modeling](01-threat-modeling/02-pytm.md)
4747
4.1.3 [Threat Dragon](01-threat-modeling/03-threat-dragon.md)
4848
4.1.4 [Threat Modeling and Cornucopia](01-threat-modeling/04-cornucopia.md)
49-
4.1.5 [Threat Modeling toolkit](01-threat-modeling/05-toolkit.md)
49+
4.1.6 [Threat Modeling toolkit](01-threat-modeling/06-toolkit.md)
5050
4.2 [Web application checklist](02-web-app-checklist/toc.md)
5151
4.2.1 [Checklist: Define Security Requirements](02-web-app-checklist/01-define-security-requirements.md)
5252
4.2.2 [Checklist: Leverage Security Frameworks and Libraries](02-web-app-checklist/02-frameworks-libraries.md)

draft/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This draft version has the latest contributions to the Developer Guide so expect
4242
4.1.2 [Pythonic Threat Modeling](06-design/01-threat-modeling/02-pytm.md)
4343
4.1.3 [Threat Dragon](06-design/01-threat-modeling/03-threat-dragon.md)
4444
4.1.4 [Threat Modeling and Cornucopia](06-design/01-threat-modeling/04-cornucopia.md)
45-
4.1.5 [Threat Modeling toolkit](06-design/01-threat-modeling/05-toolkit.md)
45+
4.1.6 [Threat Modeling toolkit](06-design/01-threat-modeling/06-toolkit.md)
4646
4.2 [Web application checklist](06-design/02-web-app-checklist/toc.md)
4747
4.2.1 [Checklist: Define Security Requirements](06-design/02-web-app-checklist/01-define-security-requirements.md)
4848
4.2.2 [Checklist: Leverage Security Frameworks and Libraries](06-design/02-web-app-checklist/02-frameworks-libraries.md)

0 commit comments

Comments
 (0)