Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@nMoncho nMoncho released this 19 May 15:23
· 12 commits to main since this release

Refactors

  • Unify dependencyCheckListUnusedSuppressions and dependencyCheck where the latter can show unused suppressions with an argument
  • Unify how suppression are added to the analysis depending on if it's all, aggregate, or each
  • Wrap dependencies and suppressions fetching inside a dynamic task to avoid computing it multiple times unnnecessarely

Bug Fixes

  • Run 'dependencyCheck' in unaggregated mode, but collect each setting separately, and then run multiple analysis (391ed Gustavo De Micheli)
  • List suppressions correctly when selecting per-project (b2668 Gustavo De Micheli)
  • Collect dependencies properly. Follow the same approach as 'dependecyTree'. This greatly simplifies how dependencies are collected, providing a more accurate result (7b2b0 Gustavo De Micheli)