File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 contact :
44 name : The Dependency-Track Authors
55 url : https://github.com/DependencyTrack/dependency-track
6- description : REST API of OWASP Dependency-Track
6+ description : |-
7+ REST API of OWASP Dependency-Track
8+
9+ ## Deprecations
10+
11+ Operations may be removed or replaced over time. When a response
12+ carries the `X-API-Deprecated: true` header, the operation that
13+ produced it is deprecated and may be removed in a future release.
14+ Clients should check for this header on every response and surface
15+ it (e.g. via a log warning) so that operators are aware of
16+ upcoming breakages. The respective operation's description points
17+ out which alternative operation(s) to use.
718 license :
819 name : Apache-2.0
920 url : https://www.apache.org/licenses/LICENSE-2.0.html
@@ -8684,7 +8695,10 @@ paths:
86848695 - vulnerability
86858696 /v1/vulnerability/project/{uuid} :
86868697 get :
8687- description : <p>Requires permission <strong>VIEW_PORTFOLIO</strong></p>
8698+ deprecated : true
8699+ description : |-
8700+ <p>Requires permission <strong>VIEW_PORTFOLIO</strong></p>
8701+ <p><strong>Deprecated</strong>! Use <code>/api/v1/finding/project/{uuid}</code> instead.</p>
86888702 operationId : getVulnerabilitiesByProject
86898703 parameters :
86908704 - description : The UUID of the project to retrieve vulnerabilities for
Original file line number Diff line number Diff line change 8585 created resource.
8686
8787 Delete operations return `204 No Content` with no body.
88+
89+ ## Deprecations
90+
91+ Operations may be removed or replaced over time. When a response
92+ carries the `X-API-Deprecated: true` header, the operation that
93+ produced it is deprecated and may be removed in a future release.
94+ Clients should check for this header on every response and surface
95+ it (e.g. via a log warning) so that operators are aware of upcoming
96+ breakages. The respective operation's description points out which
97+ alternative operation(s) to use.
8898 contact :
8999 name : The Dependency-Track Authors
90100 url : https://github.com/DependencyTrack/dependency-track
You can’t perform that action at this time.
0 commit comments