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

wrong parameter name #32

Closed DeliciousBounty closed 2 years ago

DeliciousBounty commented 2 years ago

In the Path.rs file, then in the "PathItem" struct the public field description is not written correctly. pub descrition: Option, Cheers ,

anik-bin commented 2 years ago

Hello,

I have fixed this issue and created a pull request. Can someone please verify it?

Thank you

GuyL99 commented 2 years ago

I've verified it, thanks for fixing it!