Updated dependency-check-core to v5.3.0 (#118). See release notes of DependencyCheck v5.3.0
Breaking Changes
dependencyCheckAggregate
previously scanned all projects and now only scans project aggregates and dependents. Use the new taskdependencyCheckAnyProject
to scan all projects.
Noteworthy Changes
- new experimental Analyzer that can be activated with
dependencyCheckNPMCPEAnalyzerEnabled
- new Setting
dependencyCheckNodeAuditSkipDevDependencies
- Removed noisy log entries from JCS (#114)