docs: anchor legal claims to official sources and fix plan limits - #112
Merged
vpetersson merged 1 commit intoJul 23, 2026
Merged
Conversation
- Homepage: replace the outdated "EO 14028 requiring SBOMs for federal procurement" claim (attestation mandates were rescinded by OMB M-26-05) with accurate framing per /compliance/eo-14028/, and add the post-quantum angle from EO 14144 as amended by EO 14306: the CISA PQC product-categories list and the TLS 1.3 deadline, tied to CBOMs. - Homepage: link the CRA fine figure to the new penalties section. - CRA compliance page: add a Penalties (Article 64) section with the official fine tiers from the OJ text (Regulation (EU) 2024/2847), including the Article 64(10) derogations for microenterprises and open-source software stewards. - Pricing: correct component limits to match enforcement in the app (flat per-workspace totals: 5 on Community, 200 on Business), not "per product". Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three accuracy fixes that came out of a claims audit against official legal sources and the app/action codebases:
Homepage (
content/_index.html)CRA compliance page (
content/compliance/eu-cra.md)Pricing page (
content/pricing.html)max_componentsinapps/billing/migrations/0002_billing_plans_data.py, enforced team-wide inbilling_processing.py): 5 on Community and 200 on Business. The page claimed "20 Components per Product" (implying 100). Now reads "5 Components" / "200 Components."Verification
dprintmarkdown formatting applied. Hugo build not run locally (no local Hugo); relying on the lint workflow's build + lychee link check.🤖 Generated with Claude Code