v0.9.2
What's Changed
- chore: issue handling by @IlonaShishov in #676
- informational - The
redHatDependencyAnalyticsReportFilePath
setting name has changed toreportFilePath
. If you had a custom file path set forredHatDependencyAnalyticsReportFilePath
, then you need to add your custom file path to thereportFilePath
setting. - enhancement - Added a vulnerability severity alert level setting for the user to receive inline notifications for just errors or warnings. See PR#674 for details.
- fixes - Fixed an issue with the
codeActionsMap
call. When multiple manifest documents are open that have the same dependency, one of the document entries gets deleted. This gave a wrong result in the analysis. See PR#236 for details. - fixes - Fixed an issue in the Exhort Javascript API. This fix enables and supports analysis of
pom.xml
manifests that include local modules, and a parent Project Object Model (POM). See the PR#237 for details. - fixes - Fixed an issue with the analysis report not displaying because of spaces in the manifest file path. See PR#100 for details.
Full Changelog: v0.9.1...v0.9.2