Thinking about building something but it would be handy to know if there's anything out there that does this already.
Read next
[Podcast] Barcoding podcast - Episode 13: Security
🧑🏼💻 Brian Vermeer -
[Security Disclosures] Weekly Roundup (Nov 20 - 25)
SnykCommunity -
[Announcements] Recent Product Updates - Bug Fixes, Security Policies, and Dockerfile Updates
Sharone Zitzman -
[Discuss] DevSecOps tools for open source projects in JavaScript and Node.js
Liran Tal -
Discussion
This post was originally asked in the DevSecCon Slack
If you haven't yet done so, you can join here.
Would the
report-uri
bit of CSP be useful here, or am I misunderstanding?csper.io
The report-uri endpoint of CSP is meant to collect these notifications. This tries to normalize them. I know of a browser plugin being developed to help with this as well. Don't have an ETA
Of course,
report-uri
totally makes sense. Thanks, I'll check out csper too 😄There's also report-uri.com/home/tools
Is csp-evaluator.withgoogle.com/ something you've tried?
Thanks, that looks useful! But not quite what I'm after in this case. Part of our manual testing is to open devtools and make sure there are no errors where legitimate content is being blocked due to CSP or mixed-content. It would be handy to automate that as a post-deploy check.
Ah, not come across anything but interested if you find something
It should be pretty straightforward to spin up a headless browser then report on any console errors. I'll keep looking and will post back here if I find anything