Vulnerability IndexEvery web security control,
Every web security control,
explained for engineers.
What each vulnerability is, why it matters, common implementation mistakes, how PatchVex detects it, and exactly how to fix it.
Security Headers
CSPHigh
Content-Security-Policy
Prevents XSS and data injection attacks by controlling which resources the browser is allowed to load.
Read more →HSTSHigh
HTTP Strict Transport Security
Forces browsers to use HTTPS for all future requests, preventing downgrade attacks and cookie hijacking.
Read more →XFOMedium
X-Frame-Options
Prevents clickjacking attacks by controlling whether your page can be embedded in iframes.
Read more →XCTOLow
X-Content-Type-Options
Prevents MIME-type sniffing, which can cause browsers to interpret files as a different MIME type.
Read more →RPLow
Referrer-Policy
Controls how much referrer information is included with requests, protecting user privacy.
Read more →PPLow
Permissions-Policy
Restricts which browser features and APIs your site and embedded content can use.
Read more →