Uses of Class
com.vaadin.appsec.backend.model.dto.Dependency
Packages that use Dependency
-
Uses of Dependency in com.vaadin.appsec.backend
Methods in com.vaadin.appsec.backend that return types with arguments of type DependencyModifier and TypeMethodDescriptionAppSecService.getDependencies()Gets the list of application dependencies (including transitive).Methods in com.vaadin.appsec.backend with parameters of type DependencyModifier and TypeMethodDescriptionstatic StringAppSecUtils.getDepGroupAndName(Dependency dependency) Gets the concatenated group and name of a BOM dependency. -
Uses of Dependency in com.vaadin.appsec.backend.model.dto
Methods in com.vaadin.appsec.backend.model.dto that return DependencyMethods in com.vaadin.appsec.backend.model.dto with parameters of type DependencyModifier and TypeMethodDescriptionvoidVulnerability.setDependency(Dependency dependency) Sets dependency.