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
Responses from the GET /cve-id/{id} and PUT /cve-id/{id} endpoints will return Cve-id data, which includes requested_by.user and requested_by.org. In some cases, the requested_by.user may no longer be in the requested_by.org organization. The value of requested_by.user should be updated to "REDACTED" in these cases. Similarly, this field should be redacted when owning_cna is not the same org as the requested_by.cna org.
Definition of Done
GET /cve-id/{id} endpoint returns Cve-Ids with requested_by.user: 'Redacted' for the situation described above
PUT /cve-id/{id} endpoint returns Cve-Ids with requested_by.user: 'Redacted' for the situation described above
Tests are created to ensure functionality
The text was updated successfully, but these errors were encountered:
Summary
Responses from the GET
/cve-id/{id}
and PUT/cve-id/{id}
endpoints will return Cve-id data, which includesrequested_by.user
andrequested_by.org
. In some cases, therequested_by.user
may no longer be in therequested_by.org
organization. The value ofrequested_by.user
should be updated to "REDACTED" in these cases. Similarly, this field should be redacted whenowning_cna
is not the same org as therequested_by.cna
org.Definition of Done
The text was updated successfully, but these errors were encountered: