You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)