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.08k stars 78 forks source link

New passive checks #62

Closed RazMag closed 1 year ago

RazMag commented 1 year ago

@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")