chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
387 stars 24 forks source link

markdown: Add evidence column, hide metadata rows #156

Closed tstromberg closed 3 months ago

tstromberg commented 3 months ago

Part of #142

Previously the markdown output presented a small subset of evidence, called "values". Now bincapz will show all available contextual information instead of picking and choosing which queries it's useful for. This chance had already been made for terminal output in #143

Now that filtered values aren't shown anywhere, I've removed the code for it.

Similar to terminal output, bincapz will no longer show binary metadata (such as the compiler) as it hasn't shown useful, though it'll remain in the JSON output for now.