-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GET /cve-id endpoint to redact requested_by.user
values for users not in requested_by.org
organizations
#1176
Comments
mprpic
added a commit
to RedHatProductSecurity/cvelib
that referenced
this issue
Jan 25, 2024
In the /cve-id list endpoint, the user attribute is not included in the requested_by object when the user is internally (in CVE Services) set as null, which is true for a lot of CVE ID reservations made before CVE Services existed. CVE Services issue: CVEProject/cve-services#1176 Resolves #76
mprpic
added a commit
to RedHatProductSecurity/cvelib
that referenced
this issue
Jan 26, 2024
In the /cve-id list endpoint, the user attribute is not included in the requested_by object when the user is internally (in CVE Services) set as null, which is true for a lot of CVE ID reservations made before CVE Services existed. CVE Services issue: CVEProject/cve-services#1176 Resolves #76
requested_by.user
values for users not in requested_by.org
organizationsrequested_by.user
values for users not in requested_by.org
organizations
jdaigneau5
added a commit
that referenced
this issue
Jan 29, 2024
jdaigneau5
added a commit
that referenced
this issue
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The GET
/cve-id
endpoint will omit therequested_by.user
field when the value of that field is a user that's not currently in the organization in the fieldrequested_by.org
. This should be updated to not omit the field and to set the value toRedacted
. The same field should also be redacted in cases whereowning_cna
is not the originalrequested_by.cna
organization.Definition of Done:
/cve-id
endpoint returns Cve-Ids withrequested_by.user: 'Redacted'
for the situations described aboveThe text was updated successfully, but these errors were encountered: