Skip to content

Commit 08a974c

Browse files
committed
chore: bump to 0.1.8
1 parent 0466359 commit 08a974c

29 files changed

Lines changed: 36 additions & 29 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.8
2+
### Mar 3, 2024
3+
4+
CHANGES:
5+
6+
* Minor dependency bump
7+
18
## 0.1.7
29
### Feb 29, 2024
310

cmd/hcltm/testdata/tm1.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

33
threatmodel "tm1 one" {
44
description = <<EOT

cmd/hcltm/testdata/tm1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"spec_version": "0.1.7",
2+
"spec_version": "0.1.8",
33

44
"threatmodel": {
55
"Tower of London": {

cmd/hcltm/testdata/tm2.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

33
threatmodel "tm2 one" {
44
description = "This is some arbitrary text"

cmd/hcltm/testdata/tm3.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

33
threatmodel "tm2 one" {
44
description = "This is some arbitrary text"

cmd/hcltm/testdata/tm4.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

cmd/hcltm/testdata/tm5.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

33
threatmodel "tm2 one" {
44
description = "This is some arbitrary text"

examples/MITRE_ATTACK_controls.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//controls listed for MITRE ATT&CK
22

3-
spec_version = "0.1.7"
3+
spec_version = "0.1.8"
44

55
component "control" "Account_Use_Policies" {
66
description = "[M1036](https://attack.mitre.org/mitigations/M1036/) - Configure features related to account use like login attempt lockouts, specific login times, etc."

examples/aws-security-checklist.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22

33
// These are from https://d1.awsstatic.com/whitepapers/Security/AWS_Security_Checklist.pdf
44

examples/control-library/othercontrols.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spec_version = "0.1.7"
1+
spec_version = "0.1.8"
22
component "control" "control_name" {
33
description = "SOMETHING HUGELY IMPORTANT HERE IN ANOTHER FOLDER"
44
}

0 commit comments

Comments
 (0)