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: docs/getting-started/changes-over-v4.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,4 +81,7 @@ and vulnerability analysis is performed by services separately from the API serv
81
81
* The Findings response object's `vulnerability` will no longer contain two fields below, `cwes` will hold the respective ids.
82
82
*`cweId`
83
83
*`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