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.

Home Page:https://www.blstsecurity.com/cherrybomb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New passive checks

RazMag opened this issue · comments

@DeliciousBounty 's branch passive-tests contains the following tests that are not in main.
need to check them and implement into dev and then main.

(CheckExample, check_example,"EXAMPLE","Check if there is an example for request body and response"),
(CheckBodyRequest, check_body_request, "VALID BODY", "Check if there is a body request for POST and PUT method"),
(CheckParameterName, check_param_object, "PARAMETERS", "Check if the parameter name is correct")