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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git