openvex / vexctl

A tool to create, transform and attest VEX metadata
Apache License 2.0
108 stars 21 forks source link

Expose impact_statement in command line arguments #66

Closed nishakm closed 1 year ago

nishakm commented 1 year ago

See Issue https://github.com/openvex/spec/issues/24 for context

The OpenVEX spec has the option to add impact_statement but this is not exposed in vexctl create. I currently have to add it outside of vexctl. The model has it though.

puerco commented 1 year ago

Thanks for filing the issue Nisha :) I've opened #74 to add a new flag to fix this one.

nishakm commented 1 year ago

Thanks @puerco!