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
Bug description
On the DefectDojo home dashboard, the number displayed for “Last Seven Days” is not based on the correct date. The number displayed is based on the finding created date when it should be based on the finding date (these are two different dates (created and date)). As a result, when you click on the link to view the findings, you don't get the same number of findings.
Steps to reproduce
Steps to reproduce the behavior:
Create a finding in the interface with a date more than 7 days old.
Go to the home dashboard
It will say 1 finding Last Seven Days in the red box, but if you click on the link you'll get 0 finding listed.
Expected behavior
The number displayed ( finding_count in the code) should be based on the date and not the created date.
Deployment method(select with an X)
Docker Compose
Kubernetes
GoDojo
Environment information
V.2.38.4 (latest version at the time of writing this bug)
Logs
N/A
Sample scan files
N/A
Screenshots
Additional context (optional)
N/A
The text was updated successfully, but these errors were encountered:
Bug description
On the DefectDojo home dashboard, the number displayed for “Last Seven Days” is not based on the correct date. The number displayed is based on the finding created date when it should be based on the finding date (these are two different dates (created and date)). As a result, when you click on the link to view the findings, you don't get the same number of findings.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The number displayed (
finding_count
in the code) should be based on the date and not the created date.Deployment method (select with an
X
)Environment information
Logs
N/A
Sample scan files
N/A
Screenshots
Additional context (optional)
N/A
The text was updated successfully, but these errors were encountered: