audit-labs/audit-labs.dev

The website for Audit Labs.

clone: git clone https://gitbay.org/audit-labs/audit-labs.dev.git

54e2bde48853f854f7c789407f617fe76e97fd2c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T03:13:58Z

Cache-bust stylesheet so CSS updates reach clients

site.css is served with a 4h max-age, so clients kept a stale copy
predating the ecosystem-diagram styles. Version the href to force a
fresh fetch; bump on future CSS changes.
 audit-report/index.html     | 2 +-
 control-coverage/index.html | 2 +-
 evidence-seal/index.html    | 2 +-
 gh-attest/index.html        | 2 +-
 index.html                  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/audit-report/index.html b/audit-report/index.html
index 5f7d03b..d253e7d 100644
--- a/audit-report/index.html
+++ b/audit-report/index.html
@@ -7,7 +7,7 @@
     <meta name="description" content="Turn audit-tools evidence packages into control-mapped, auditor-ready reports (Markdown, HTML, JSON) with SOC 2, ISO 27001 and NIST mappings, plus diff and trend modes.">
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
-    <link rel="stylesheet" href="../assets/site.css">
+    <link rel="stylesheet" href="../assets/site.css?v=20260807">
 </head>
 <body>
 
diff --git a/control-coverage/index.html b/control-coverage/index.html
index 2b31854..27323e5 100644
--- a/control-coverage/index.html
+++ b/control-coverage/index.html
@@ -7,7 +7,7 @@
     <meta name="description" content="Control-first coverage and blind-spot analysis. Scores an evidence corpus against the complete catalog of a framework's controls — SOC 2, ISO 27001, NIST 800-53 — for a true coverage percentage, the blind spots no finding touches, and a Statement of Applicability.">
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
-    <link rel="stylesheet" href="../assets/site.css">
+    <link rel="stylesheet" href="../assets/site.css?v=20260807">
 </head>
 <body>
 
diff --git a/evidence-seal/index.html b/evidence-seal/index.html
index 47fbbb2..6f748a0 100644
--- a/evidence-seal/index.html
+++ b/evidence-seal/index.html
@@ -7,7 +7,7 @@
     <meta name="description" content="Tamper-evident seals and chain of custody for audit evidence. SHA-256 Merkle manifests, seal chaining, optional ed25519 signing and RFC 3161 timestamping.">
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
-    <link rel="stylesheet" href="../assets/site.css">
+    <link rel="stylesheet" href="../assets/site.css?v=20260807">
 </head>
 <body>
 
diff --git a/gh-attest/index.html b/gh-attest/index.html
index d6fc20f..489011f 100644
--- a/gh-attest/index.html
+++ b/gh-attest/index.html
@@ -7,7 +7,7 @@
     <meta name="description" content="A read-only GitHub App that turns your security configuration into auditor-ready evidence — branch protection, scanning alerts, and org access recorded over time and mapped to SOC 2 and ISO 27001 controls.">
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
-    <link rel="stylesheet" href="../assets/site.css">
+    <link rel="stylesheet" href="../assets/site.css?v=20260807">
 </head>
 <body>
 
diff --git a/index.html b/index.html
index a5cc474..0fb241c 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
     <a rel="me" href="https://c.im/@cmc"></a>
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
-    <link rel="stylesheet" href="assets/site.css">
+    <link rel="stylesheet" href="assets/site.css?v=20260807">
 </head>
 <body>