-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Risk Acceptance Endpoint is Missing Created and Update Date Filters #14623
Description
Bug description
Endpoints, such as findings, products, and assets all return a created field in their response and also have a created query parameter. risk_acceptance also returns this field but does not offer a field for this.
Note: A similar issue is with the updated field
Steps to reproduce
Steps to reproduce the behavior:
- check the OpenAPI for
risk_acceptance
Expected behavior
The API offers a query parameter for the created and updated field.
Deployment method (select with an X)
- Docker Compose
- Kubernetes
- GoDojo
Environment information
- Operating System: n/a
- Docker Compose or Helm version: n/a
- DefectDojo version (see footer) or commit message: [use
git show -s --format="[%ci] %h: %s [%d]"]
Logs
n/a
Sample scan files
n/a
Screenshots
n/a
Additional context (optional)
Please correct the label, if it is rather an "enhancement". My conclusion to consider it a bug was, due to other endpoints that return created and updated having corresponding filters for it and this one being singled out.