Compliance Framework
The international standard for information security management. The 2022 revision added four technology controls (A.8.23–A.8.26) directly targeting web application and cryptography security.
Official reference: iso.org/standard/27001
ISO/IEC 27001 is the international standard for Information Security Management Systems (ISMS). It provides a systematic approach to managing sensitive company information through people, processes, and technology. Annex A contains a reference set of 93 controls across 4 themes that organisations must consider when building their ISMS.
The 2022 revision (ISO 27001:2022) restructured controls from 14 domains to 4 themes and added 11 new controls. The four new Technological Controls (A.8.23–A.8.26) are directly relevant to web application security teams:
*) undermines this by allowing any origin to read your API responses.
Access-Control-Allow-Origin: * and replace with an explicit origin allowlist.Secure flag to prevent transmission over unencrypted connections.
Secure flag. Document cipher suite and certificate renewal policy.integrity="sha384-..." and crossorigin="anonymous" to all external <script> and <link> tags loading from CDNs. Eliminate all http:// resource loads from HTTPS pages.Content-Security-Policy, X-Frame-Options: SAMEORIGIN, X-Content-Type-Options: nosniff, Referrer-Policy: strict-origin-when-cross-origin, and Permissions-Policy restricting camera, microphone, geolocation.rua aggregate reports deliver daily data on who is sending email as your domain, enabling detection of spoofing activity. DMARC p=none only monitors; p=quarantine or p=reject enforces and acts.
-all (hard fail for unlisted senders). Set DMARC p=quarantine or p=reject and include rua=mailto:dmarc@yourdomain.com to receive aggregate reports for monitoring.SameSite=Lax or SameSite=Strict on session cookies to prevent cross-site data transfer.ISO 27001 certification auditors expect documented evidence that controls are implemented and effective. The WebAudit compliance PDF provides:
Dated scan evidence — each report records the scan timestamp, domain, and specific findings, providing a point-in-time record suitable for inclusion in your ISMS evidence pack.
Control mapping — each finding is mapped to the specific Annex A control number, making it easy to cross-reference against your Statement of Applicability (SoA).
Remediation tracking — the report's remediation section can be used as an input to your corrective action log, demonstrating continual improvement — a core ISO 27001 requirement.
Instant PDF mapping your domain's security posture to ISO 27001:2022 Annex A controls — suitable for inclusion in your ISMS evidence pack.
Generate compliance PDF → Free scan first