Skip to content

Commit a389569

Browse files
authored
Update changes-over-v4.md (#1739)
1 parent ff8bc7e commit a389569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started/changes-over-v4.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,7 @@ and vulnerability analysis is performed by services separately from the API serv
8181
* The Findings response object's `vulnerability` will no longer contain two fields below, `cwes` will hold the respective ids.
8282
* `cweId`
8383
* `cweName`
84-
* 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`.
84+
* 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`.
85+
* The `/api/v1/finding/project/{uuid}` REST API endpoint now supports pagination
86+
[apiserver/#1111](https://github.com/DependencyTrack/hyades-apiserver/pull/1111). The page size defaults to `100`.
87+
Clients currently expecting *all* items to be returned at once must be updated to deal with pagination.

0 commit comments

Comments
 (0)