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

CONTRIBUTING.md: broken link to "examples folder"

nikitakoselev opened this issue · comments

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):

  • OS: Win 10
  • Browser Chrome
  • Version 109.0.5414.75

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"

Fixed in #105, thanks for noticing :)