Skip to content

Commit

Permalink
docs: updating documentation for 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Nov 13, 2022
1 parent 0a6c554 commit 9fada6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.5
### Nov 13, 2022

CHANGES:

* Imports and Includes now use go-getter for accessing individual files. See https://github.com/xntrik/hcltm/issues/67
* We now have a preliminary constraints system that can be used to emit warnings (during `hcltm validate` if there are deprecated features being used
* Added `expanded_control` blocks to `threatmodel` blocks
* Added deprecation warnings for `control` strings and `proposed_control` blocks. These will be phased out eventually in favor of `expanded_control` blocks

## 0.1.4
### Nov 9, 2022

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ threatmodel "Tower of London" {
threat {
description = "Someone who isn't the Queen steals the crown"
impacts = ["Confidentiality"]
control = "Lots of guards"
expanded_control "Guards" {
description = "Trained guards patrol tower"
risk_reduction = 75
}
}
data_flow_diagram {
Expand Down

0 comments on commit 9fada6d

Please sign in to comment.