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

CONTRIBUTING.md: broken link to "examples folder" #104

Closed nikitakoselev closed 1 year ago

nikitakoselev commented 1 year ago

Describe the bug CONTRIBUTING.md, "We have already implemented a OAS interface that can read and destructure the inputted file (a few OAS files for example are available in the examples folder)." - refers to a wrong folder

To Reproduce Steps to reproduce the behavior:

  1. Go to CONTRIBUTING.md
  2. Click on 'examples folder' URL
  3. See error 404

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image image

Desktop (please complete the following information):

Additional context

The correct link might be the https://github.com/blst-security/cherrybomb/tree/main/swagger/examples

Might be a "good first time issue"

OmerWow commented 1 year ago

Fixed in https://github.com/blst-security/cherrybomb/pull/105, thanks for noticing :)