-
Notifications
You must be signed in to change notification settings - Fork 1.6k
SLA Calculations 1/2: Add unit tests to capture current behaviour #11923
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
Conversation
DryRun Security SummaryA new unit test file for SLA calculations in DefectDojo is added, with five test methods and a security finding related to potential information disclosure through logging configuration. Expand for full summaryThe PR introduces a new unit test file for SLA calculations in DefectDojo, implementing five test methods to validate various SLA scenarios. Security findings include: 1) Potential information disclosure risk from logging configuration if log levels are not properly set in production, as noted in the file's security analysis section. |
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
…fectDojo#11923) * sla calc: add unit tests * sla calc: add unit tests * sla calc: add unit tests * linting * sla config: restore display tag * sla config: restore display tag * sla config: cleanup
Adds some unit tests to capture current behaviour: