scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Add mixed content detector (#132)

Open jthack opened this issue 2 months ago • 0 comments

Summary

  • only evaluate HTTPS responses and search for http:// references in HTML/CSS
  • raise medium severity findings for each insecure attribute or CSS url()
  • register the passive check and enable it in the Balanced preset

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test -- --match 'Mixed content'

Closes #132

jthack avatar Oct 23 '25 17:10 jthack