Closed heruan closed 1 year ago
This adds a getNewVulnerabilities() method to AppScanEvent to get new vulnerabilities (i.e. without developer assessments) from the latest scan.
getNewVulnerabilities()
AppScanEvent
This can be used in the UI modules to decide whether or not to show the notification (or set a proper message).
Closes #39
This adds a
getNewVulnerabilities()
method toAppScanEvent
to get new vulnerabilities (i.e. without developer assessments) from the latest scan.This can be used in the UI modules to decide whether or not to show the notification (or set a proper message).
Closes #39