ElenaS
ElenaS
### Description New toggle in the scheduled alert menu to ignore suppressed findings for alerts. Implementation analogous to the implementation of the "Skip publish if unchanged" toggle. Altered the documentation...
### Current Behavior There is only the "Skip publish if unchanged" toggle in the scheduled alerts menu. ### Proposed Behavior Referring to a Slack discussion, there should be a new...
### Description Added the projectAccessTeams to the logging statements if projects are created/updated etc. in ProjectResource.java via MDC. ### Addressed Issue Addressed issue #5616. ### Additional Details Used ChatGPT and...
### Description Added MDC based logging for VEX upload to include projectUuid in logger statements and fixed a tiny little typo. Added basic test for the VexUploadProcessingTask.java. ### Addressed Issue...
### Current Behavior So far, most logging statements regarding a failed or successful VEX upload do not contain any information on the project itself. ### Proposed Behavior Include MDC in...
### Current Behavior Currently, the log messages for updating/creating/deleting/cloning projects only contain the project uuid, name and version. ### Proposed Behavior The log messages should also contain assigned team(s) if...
### Description Implemented the VERS approach for comparing versioning schemes more reliably using the [versatile/versatile-core/src/main/java/io/github/nscuro/versatile at main · nscuro/versatile](url) package. Key implementations: - VulnerableSoftware.java now contains a vers field, building...
### Description Added a new toggle in the scheduled alert creation menu called "Ignore suppressed findings". Included the implementation and the related test(s). The logic in NotificationRule and ScheduledNotificationDispatchTask follows...
### Current Behavior The scheduled NEW_VULNERABILITY_SUMMARY and NEW_POLICY_VIOLATION_SUMMARY are always sent(depending on skipPublishIfUnchanged) even if all findings are suppressed. Suppressed Findings are always included. ### Proposed Behavior If "ignoreSuppressed" is...