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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
4
4
5
+
## v7.5.0 (2024-07-04)
6
+
7
+
### Feature
8
+
9
+
* feat: add workaround property for v1.5 and v1.6 (#642)
10
+
11
+
Property `workaround` was missing from the vulnerability model. It was
12
+
added in spec v1.5 and was marked as TODO before.
13
+
14
+
This is my first contribution on this project so if I done something
15
+
wrong, just say me :smiley:
16
+
17
+
Signed-off-by: Louis Maillard <louis.maillard@savoirfairelinux.com>
18
+
Signed-off-by: Louis Maillard <louis.maillard@protonmail.com>
19
+
Co-authored-by: Louis Maillard <louis.maillard@savoirfairelinux.com> ([`b5ebcf8`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b5ebcf8104faf57030cbc5d8190c78524ab86431))
20
+
21
+
### Style
22
+
23
+
* style: model args - one per line (#643)
24
+
25
+
this should make future PR reviews easier, since adding new args in the
26
+
middle will not cause complete code blocks to change, but is just a new
27
+
line ...
28
+
29
+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`5b74b0f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5b74b0f3f29e6f1a14e1e97294fcc8a0a05f3245))
0 commit comments