Package com.vaadin.appsec.backend
Class AppSecScanEvent
java.lang.Object
java.util.EventObject
com.vaadin.appsec.backend.AppSecScanEvent
- All Implemented Interfaces:
Serializable
Event fired when a scan for vulnerabilities has been completed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionGets the list of new vulnerabilities found on this scan.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getNewVulnerabilities
Gets the list of new vulnerabilities found on this scan. A vulnerability is considered new if there is no developer assessment data for that vulnerability.- Returns:
- the list of new vulnerabilities
-