Skip to content

Commit c3b824c

Browse files
authored
Merge pull request #160 from nineinchnick/update-changelog
Update CHANGELOG.md
2 parents 7cabf89 + de3ef48 commit c3b824c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
## Breaking changes
44

55
- Replace `usesLatestTLSversion` with `minTLSVersion` in assets and `tlsVersion` in data flows [#123](https://github.com/izar/pytm/pull/123)
6+
- When the `data` attribute of elements is initialied with a string, convert it to a `Data` object with `undefined` as name and the string as description; change the default classification from `PUBLIC` to `UNKNOWN` [#148](https://github.com/izar/pytm/pull/148)
67

78
## New features
89

10+
- Separate actors and assets from elements when dumping the model to JSON [#150](https://github.com/izar/pytm/pull/150)
11+
- Add unique Finding ids [#154](https://github.com/izar/pytm/pull/154)
12+
- Allow to associate the threat model script with source code files and check their age difference [#145](https://github.com/izar/pytm/pull/145)
13+
- Adapt [the DFD3 notation](https://github.com/adamshostack/DFD3) [#143](https://github.com/izar/pytm/pull/143)
914
- Allow to override findings (threats) attributes [#137](https://github.com/izar/pytm/pull/137)
1015
- Allow to mark data as PII or credentials and check if it's protected [#127](https://github.com/izar/pytm/pull/127)
1116
- Added '--levels' - every element now has a 'levels' attribute, a list of integers denoting different DFD levels for rendering
@@ -14,9 +19,13 @@
1419

1520
## Bug fixes
1621

22+
- Escape HTML entities in Threat attributes [#149](https://github.com/izar/pytm/pull/149)
23+
- Fix generating reports for models with a `Datastore` that has `isEncryptedAtRest` set and a `Data` that has `isStored` set [#141](https://github.com/izar/pytm/pull/141)
24+
- Fix condition on the `Data Leak` threat so it does not always match [#139](https://github.com/izar/pytm/pull/139)
1725
- Fixed printing the data attribute in reports [#123](https://github.com/izar/pytm/pull/123)
1826
- Added a markdown file with threats [#126](https://github.com/izar/pytm/pull/126)
1927
- Fixed drawing nested boudnaries [#117](https://github.com/izar/pytm/pull/117)
28+
- Add missing `provideIntegrity` attribute in `Actor` and `Asset` classes [#116](https://github.com/izar/pytm/pull/116)
2029

2130
# 1.1.2
2231

0 commit comments

Comments
 (0)