scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Add OpenAPI definition detection (#138)

Open jthack opened this issue 2 months ago • 0 comments

Summary

  • parse JSON and YAML responses for OpenAPI/Swagger metadata
  • raise a medium finding when definitions are discovered, including detected version
  • register the passive check and enable it in the Balanced preset

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test -- --match 'OpenAPI definition'

Closes #138

jthack avatar Oct 23 '25 17:10 jthack