Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/getting-started/changes-over-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ and vulnerability analysis is performed by services separately from the API serv
* The Findings response object's `vulnerability` will no longer contain two fields below, `cwes` will hold the respective ids.
* `cweId`
* `cweName`
* In the SARIF file (schema defined in [sarif.peb]), `cweId` will be replaced by list of cwe ids in `cwes`. And name of the SARIF rule will be vulnerability's `vulnId` instead of `cweName`.
* In the SARIF file (schema defined in [sarif.peb]), `cweId` will be replaced by list of cwe ids in `cwes`. And name of the SARIF rule will be vulnerability's `vulnId` instead of `cweName`.
* The `/api/v1/finding/project/{uuid}` REST API endpoint now supports pagination
[apiserver/#1111](https://github.com/DependencyTrack/hyades-apiserver/pull/1111). The page size defaults to `100`.
Clients currently expecting *all* items to be returned at once must be updated to deal with pagination.
Loading