From 0a2f3f7d6ae943ff99ed16395827ef0a587a0ebe Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 13 May 2025 15:29:29 +0200 Subject: [PATCH] Added checkcsp --- config/defaults.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/defaults.yaml b/config/defaults.yaml index 960bec4..15d2a38 100644 --- a/config/defaults.yaml +++ b/config/defaults.yaml @@ -468,4 +468,13 @@ repositories: gpg_keys: - 44D8F11FD62F878E - B5690EEEBB952194 - +- account: kevinveenbirkenbach + alias: checkcsp + description: A lightweight, Dockerized CSP validation tool that uses Puppeteer to crawl your domains and report any blocked resources. + homepage: https://github.com/kevinveenbirkenbach/csp-checker + provider: github.com + repository: csp-checker + verified: + gpg_keys: + - 44D8F11FD62F878E + - B5690EEEBB952194