-
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
Django AuditLog: Upgrade to 3.x #11592
Conversation
DryRun Security SummaryThe pull request implements various security-focused improvements to the DefectDojo application, including optimized GitHub Actions workflows, enhanced deduplication logic, better false positive handling, updated audit logging, and general bug fixes, all aimed at improving the application's ability to track and manage security-related data. Expand for full summarySummary: The code changes in this pull request cover a wide range of updates to the DefectDojo application, primarily focused on improving the application's security-related functionality, such as the handling of duplicate findings, false positive history, and GitHub Actions workflows. The key security-related changes include:
From an application security perspective, these changes generally appear to be positive, as they focus on improving the security-related features and functionality of the DefectDojo application. The changes to the deduplication logic, false positive handling, and audit log management are particularly noteworthy, as they can have a direct impact on the application's ability to accurately track and manage security-related data. However, as with any code changes, it's important to thoroughly review and test the implementation to ensure that no new security vulnerabilities are introduced. Additionally, the application's overall security posture should be regularly assessed, including aspects such as input validation, authentication, authorization, and secure coding practices. Files Changed:
Code AnalysisWe ran
|
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
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
These tests run and pass locally... Closing and reopening |
django-auditlog has a new version that will make filtering and other things more efficient
[sc-5527]