DEV Community

Cover image for Cherrybomb v0.6
Guy Levinger
Guy Levinger

Posted on

Cherrybomb v0.6

We just released Cherrybomb v0.6!πŸŽ‰πŸŽ‰πŸŽ‰
Go to our GitHub repo and try it out: https://github.com/blst-security/cherrybomb

Release notes:

What's Changed

CLI

  • Added the command ep-table
  • Separated param-table into it's own command
  • Added configuration options
  • Rebuilt the CLI main using structopt in clap
  • Added the option to present only 1 parameter or 1 endpoint in their respective tables
  • Added the option for a JSON output - cherrybomb oas --file --format json

OAS

  • Created the EpTable module - it's meant to build the same kind of table as the param-table but with a different key(endpoint/path) and with some different related fields.

General

  • Deprecated the Decider module.
  • Some minor bug fixes
  • Now taking yaml OAS files as input as wellπŸŽ‰

New Contributors

Full Changelog: https://github.com/blst-security/cherrybomb/compare/v0.5.2...v0.6.0

Top comments (0)