eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 123 forks source link

New "Bloat" tab in frontend-apps #538

Closed serenaponta closed 2 years ago

serenaponta commented 2 years ago

Added new IconTab to frontend-apps to be used for debloating the application (i.e., identify dependencies which are not "needed", aka which are bloated, and can thus be removed to reduce the attack surface). In particular :

TODOs