blst-security / cherrybomb

Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
https://www.blstsecurity.com/cherrybomb
Apache License 2.0
1.11k stars 78 forks source link

Added new Checks #10

Closed DeliciousBounty closed 2 years ago

DeliciousBounty commented 2 years ago

Check for get permissions ( has to be only read) Check for post permissions ( has to be only read and write) Check for put permissions ( has to be only write)

GuyL99 commented 2 years ago

This PR will need a code review and some changes.

DeliciousBounty commented 2 years ago

I would happy to revisit my code together in order to apply changes