Uses of Class
com.vaadin.appsec.backend.model.osv.response.Affected
Packages that use Affected
-
Uses of Affected in com.vaadin.appsec.backend
Methods in com.vaadin.appsec.backend with parameters of type AffectedModifier and TypeMethodDescriptionstatic StringAppSecUtils.getVulnDepGroup(Affected affected) Gets the group of a dependency the vulnerability belongs to.static StringAppSecUtils.getVulnDepName(Affected affected) Gets the name of a dependency the vulnerability belongs to. -
Uses of Affected in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return types with arguments of type AffectedMethod parameters in com.vaadin.appsec.backend.model.osv.response with type arguments of type AffectedModifier and TypeMethodDescriptionvoidOpenSourceVulnerability.setAffected(List<Affected> affected) Sets the affected.