You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,14 @@
3
3
## Breaking changes
4
4
5
5
- 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)
6
7
7
8
## New features
8
9
10
+
- Separate actors and assets from elements when dumping the model to JSON [#150](https://github.com/izar/pytm/pull/150)
- Allow to override findings (threats) attributes [#137](https://github.com/izar/pytm/pull/137)
10
15
- Allow to mark data as PII or credentials and check if it's protected [#127](https://github.com/izar/pytm/pull/127)
11
16
- Added '--levels' - every element now has a 'levels' attribute, a list of integers denoting different DFD levels for rendering
@@ -14,9 +19,13 @@
14
19
15
20
## Bug fixes
16
21
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)
17
25
- Fixed printing the data attribute in reports [#123](https://github.com/izar/pytm/pull/123)
18
26
- Added a markdown file with threats [#126](https://github.com/izar/pytm/pull/126)
0 commit comments