From e99bdc8fe1764c95c676b9686ef758bdaf13baae Mon Sep 17 00:00:00 2001 From: TheFlow Date: Tue, 21 Oct 2025 19:03:18 +1300 Subject: [PATCH] SECURITY: fix GitHub repository links exposing internal repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CRITICAL SECURITY VIOLATION: - Public website was linking to INTERNAL repository (tractatus) - Should link to PUBLIC repository (tractatus-framework) FIXES (5 instances across 3 pages): - public/docs.html: 2 links (repository + readme) - public/faq.html: 1 link (GitHub issues) - public/implementer.html: 2 links (deployment guide + source code) Changed: github.com/AgenticGovernance/tractatus → github.com/AgenticGovernance/tractatus-framework RESULT: Public website now correctly links to sanitized public repository IMPACT: Prevents external users from accessing internal development files 🤖 Generated with Claude Code Co-Authored-By: Claude --- public/docs.html | 4 ++-- public/faq.html | 2 +- public/implementer.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/docs.html b/public/docs.html index 11de9a14..b9cda59a 100644 --- a/public/docs.html +++ b/public/docs.html @@ -586,7 +586,7 @@ GitHub - diff --git a/public/faq.html b/public/faq.html index 5bb48ab8..69789fb4 100644 --- a/public/faq.html +++ b/public/faq.html @@ -444,7 +444,7 @@ Submit a Case Study - + diff --git a/public/implementer.html b/public/implementer.html index 0d9167df..59731db4 100644 --- a/public/implementer.html +++ b/public/implementer.html @@ -130,7 +130,7 @@ Troubleshooting guidance - @@ -437,7 +437,7 @@

⚠️ Note: Reference Implementation

- The code examples below show conceptual API design. The npm package @tractatus/framework is not yet published. To implement these patterns, adapt the governance services from this project's source code. + The code examples below show conceptual API design. The npm package @tractatus/framework is not yet published. To implement these patterns, adapt the governance services from this project's source code.