-
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
Notifications: Convert to classes #11296
base: bugfix
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request focuses on improving the notification functionality of the DefectDojo application, including refactoring the notification system to use a modular and extensible architecture, introducing new notification managers for different types of notifications, and enhancing the handling of webhook notifications to improve the security and reliability of the application's notification system. Expand for full summarySummary: The code changes in this pull request focus on improving the notification functionality of the DefectDojo application, which is an important aspect of application security management. The changes include refactoring the notification system to use a modular and extensible architecture, introducing new notification managers for different types of notifications (Slack, MS Teams, Email, Webhooks, and Alerts), and improving the handling of webhook notifications. The key security-related improvements include:
Overall, the changes in this pull request appear to be focused on improving the security and reliability of the DefectDojo application's notification system, which is an important component of an application security management tool. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
This has been a long time coming 😄
[sc-8894]