Skip to content
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

addition of has_tags and product/finding sla filters #8549

Merged
merged 3 commits into from
Aug 24, 2023

Conversation

blakeaowens
Copy link
Contributor

@blakeaowens blakeaowens commented Aug 23, 2023

New filter field to query for object that Has tags. Can be used for Products, Engagements, Tests, Findings and Endpoints (API filter fields also added). Selects objects that do not have any tags at all (i.e. untagged objects).

Example of Has tags for Products
All Products:
Screenshot 2023-08-23 at 2 52 07 PM
Products filtered by Has tags:
Screenshot 2023-08-23 at 2 52 48 PM
Screenshot 2023-08-23 at 2 54 22 PM

New filter field to query for objects that are Outside of SLA. Can be used for Products and Findings (API filter fields also added). Selects objects that violate their SLA. For products, this is determined by if any of the findings within its engagements violate SLA. For findings, this is determined by if any of the findings themselves violate SLA.

Example of Outside of SLA for Products
All Products:
Screenshot 2023-08-23 at 2 52 07 PM
Products filtered that are Outside of SLA:
Screenshot 2023-08-23 at 2 55 44 PM
Screenshot 2023-08-23 at 2 56 36 PM

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit 85d3dc8 into DefectDojo:dev Aug 24, 2023
116 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants