vaadin / appsec-kit

Other
1 stars 0 forks source link

Add method to get new vulnerabilities from scan event #44

Closed heruan closed 1 year ago

heruan commented 1 year ago

This adds a getNewVulnerabilities() method to AppScanEvent 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