Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New "Bloat" tab in frontend-apps #538

Merged
merged 5 commits into from
Mar 31, 2022
Merged

New "Bloat" tab in frontend-apps #538

merged 5 commits into from
Mar 31, 2022

Conversation

serenaponta
Copy link
Contributor

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 :

  • it contains the information about libraries usages (which was previously in the "dependencies" tab")
  • it shows candidate debloatable libraries, i.e., libraries with executable constructs where none was found potentially or actually reachable.

TODOs

  • Tests
  • Documentation

@serenaponta serenaponta merged commit dbee174 into master Mar 31, 2022
@serenaponta serenaponta deleted the deps-view branch March 31, 2022 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant