-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix for Findings count in Dashboard based on wrong date #11040
Conversation
DryRun Security SummaryThe code change in the Expand for full summarySummary: The code change in the From an application security perspective, this change does not seem to introduce any immediate security concerns, as the code is primarily focused on data retrieval and presentation. However, it's important to review the implementation of the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Fixes #11000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
…1040) * use correct date for finding last 7 days * actual date_range
[sc-7804]
Resolves issue 11000
The number of active findings in the last 7 days now uses the correct date instead of the created date.