DEV Community

Cover image for Cherrybomb v0.5.0
Guy Levinger
Guy Levinger

Posted on

Cherrybomb v0.5.0

What's Changed

In this version we added a new feature and started building the infrastructure for new active OAS scans.

Parameter table feature

You can run the swagger scan command with the --param-table flag and get a table with all of the APIs parameters.

The table contains The parameters':

  • Types.
  • Min/Max.
  • Status codes at which they are present.
  • Endpoints at which they are present.
  • Parent parameters.
  • Child parameters.

Try it out and let us know what you think!
github:https://github.com/blst-security/cherrybomb

Top comments (0)