Adds Ecosystem and Is development? columns to the dependencies view
Adds new filters for both views
Adds Ecosystem to the dependency details view
Adds dependency name free search filter to the dependency view
Updates the Grid with new features from Flow
Adds tooltip to the CVSS score to show the CVSS string
Changes the vulnerability severity level to be calculated from the CVSS score and adds new severity levels based on the CVSS v.3.0 Ratings
Updates the severity handling for V7 and V8 based on the backend changes
Updates the Vaadin analysis logic to be able to handle analysis for npm dependencies too
Adds includeNpmDevDependencies property to the configuration with the default value true to be able to exclude the npm dev dependencies if needed. If excluded, the npm dev dependencies are not collected and scanned for vulnerabilities, and the related column and filter are removed from the view
Ecosystem
column to the vulnerability viewEcosystem
andIs development?
columns to the dependencies viewEcosystem
to the dependency details viewGrid
with new features from FlowincludeNpmDevDependencies
property to the configuration with the default valuetrue
to be able to exclude the npm dev dependencies if needed. If excluded, the npm dev dependencies are not collected and scanned for vulnerabilities, and the related column and filter are removed from the viewCloses #87