Skip to content

Commit 7c5164f

Browse files
committed
Update changelog
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 318baa1 commit 7c5164f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,39 @@ Version v30.0.0
88
transform imported data and convert that in Vulnerabilities and Packages. Improvers can
99
also improve and refine imported and existing data as well as enrich data using external
1010
data sources. The migration to this new architecture is under way and not all importers
11-
are available. You can track the progress in this issue: https://github.com/nexB/vulnerablecode/issues/597
11+
are available.
1212
Because of these extensive changes, it is not possible to migrate existing imported
1313
data to the new schema. You will need instead to restart imports from an empty database
1414
or request access to the new vulnerablecode.io live instance.
15+
You can track the progress in this issue: https://github.com/nexB/vulnerablecode/issues/597
1516

1617
- We added new data sources including PYSEC, GitHub and GitLab.
1718

1819
- We improved the documentation including adding development examples for importers and improvers.
1920

20-
- We removed the ability to edit relationships from the UI. The UI is now read-only
21-
and we will need to design a different UI for proper review and curation of vulnerabilities.
21+
- We removed the ability to edit relationships from the UI. The UI is now read-only.
22+
- We replace the web UI with a brand new UI based on the same overall look and feel as ScanCode.io.
2223

2324
- We added support for NixOS as a Linux deployment target.
2425

2526
- The aliases of a vulnerabily are reported in the API vulnerabilities/ endpoint
2627

27-
2828
- There are breaking Changes at API level with changes in the data structure:
2929

3030
- in the /api/vulnerabilities/ endpoint:
3131

3232
- Rename `resolved_packages` to `fixed_packages`
3333
- Rename `unresolved_packages` to `affected_packages`
3434
- Rename `url` to `reference_url` in the reference list
35+
- Add is_vulnerable property in fixed and affected_packages.
3536

3637
- in the /api/packages/ endpoint:
3738

3839
- Rename `unresolved_vulnerabilities` to `affected_by_vulnerabilities`
3940
- Rename `resolved_vulnerabilities` to `fixing_vulnerabilities`
4041
- Rename `url` to `reference_url` in the reference list
42+
- Add new attribute `is_resolved`
43+
- Add namespace filter
4144

4245
- We have provided backward compatibility for `url` and `unresolved_vulnerabilities` for now
4346

@@ -66,10 +69,6 @@ Version v30.0.0
6669
their API Key in the REST API.
6770
Users can be created using the Django "createsuperuser" management command.
6871

69-
- Add is_vulnerable property in fixed and affected_packages.
70-
71-
- Add namespace filter in packages api endpoint.
72-
7372
Other:
7473

7574
- we dropped calver to use a plain semver.

0 commit comments

Comments
 (0)