chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
404 stars 26 forks source link

terminal improvements: add evidence column back, make diff more obvious #143

Closed tstromberg closed 4 months ago

tstromberg commented 4 months ago

Inspired by a similar tool I found yesterday (https://github.com/owasp-dep-scan/blint), I'm adding the evidence column back to the terminal output.

To help with people who are not familiar with unified diff format, I've also split the "Added" and "Removed" tables up for maximum readability. These same changes will also be made to the Markdown layout as part of #142

Diff output before:

Screenshot 2024-04-17 at 5 27 03 PM

Diff output after:

Screenshot 2024-04-17 at 5 25 56 PM