Inheritance Platforms
Last reviewed · content updated
IntermediateWhat you'll learn
~18 min- Explain how hardened-artifact repositories and platform stacks implement inheritance in practice
- Apply the quantified-gates principle: numeric thresholds beat narrative review
- Evaluate commercial inheritance paths with the same instruments as government ones
Where the delta gets small
Lesson 1.3 promised that inheritance is how authorization gets fast; this lesson is what the platforms actually demand in exchange. The reference ecosystem is DoD’s — the most developed inheritance machinery in the field — but every element generalizes: a hardened-artifact repository, a platform stack that consumes it, and reusable certification constructs on top. Meridian’s team studies it because the federal energy-coordination system’s operators run on exactly this class of infrastructure — and their intake requirements become Meridian’s delivery requirements.
The hardened repository: gates you can compute
The pattern-setter is the DoD’s hardened container repository (Iron Bank): vendors submit container images; the repository hardens, scans, and — the teachable part — gates acceptance on quantified, published thresholds. The shape of its CVE gating (exact numbers fenced below):
QUANTIFIED GATES - the pattern: per severity class: justification deadline (days to explain a finding) tolerance count (how many may exist at all) remediation window (days to fix) maximum finding age (nothing lingers) plus an overall RISK SCORE computed from the above - a number, published, comparable across artifacts and over time
The mainstream form of the same gate adds two inputs the count-only version lacks: KNOWN EXPLOITATION (is it on CISA's exploited list?) and REACHABILITY (does the vulnerable code path actually run here?) - and routes what remains into an exception with an OWNER and an EXPIRY. The 'justification files' the repository asks for map to two mainstream records: a VEX statement (the emerging standard for machine-readable 'not affected, because...') where the finding does not apply, and an EXCEPTION RECORD (owner + expiry) where it does and is accepted for nowName this pattern too: quantified gates beat narrative review. A gate expressed as numbers is mechanically checkable (your pipeline can pre-check it before submission), arguable only on evidence (is this finding justified within its window, yes or no), and immune to the reviewer-mood variance that makes narrative acceptance unpredictable. It’s Lesson 2.1’s closed-vocabulary principle scaled up to an acceptance boundary — and it’s spreading beyond containers to every artifact class the ecosystem accepts. The strategic read: quantified gates are what allow inheritance to scale, because they remove the scarce human (Lesson 1.3’s arithmetic, once more) from the per-artifact accept/reject loop.
Vendor-seat consequence: run the destination’s gates as your own CI gates, at stricter thresholds. Arriving at the repository with findings inside their tolerances is table stakes; arriving with your justifications pre-written in their format is what fast onboarding actually looks like.
The platform above, and the cadence trick
On top of the hardened repository sits the platform stack (Big Bang-class): a curated, configured composition of the repository’s artifacts — the security stack, service mesh (the networking layer that encrypts and polices traffic between services), and policy machinery pre-integrated, deployable as a unit, releasing on a fixed short cadence. The under-appreciated insight is that cadence IS dependency management: consuming the platform’s biweekly-class releases keeps your delta perpetually small, while skipping releases accumulates an integration debt that compounds — the platform’s components, security posture, and APIs move together, and re-joining after six skipped releases is a migration, not an update. It’s trunk-based thinking (the DevSecOps Foundations training’s spine) applied to platform consumption: small, frequent, boring integrations beat rare, heroic ones.
Certificate to Field and its reciprocity siblings formalize the payoff: demonstrate that your artifact meets the platform’s standards, and the certification travels with the artifact across environments running that platform — inheritance made portable. This is what the competing vendor in Lesson 4.2’s quiz should have claimed.
The commercial paths, honestly
The government stack is not the only road, and pretending otherwise would fail Meridian’s actual decision. Commercial platform operators now hold their own provisional authorizations and sell landing-on-us as a product (one prominent operator holds its own DISA authorization; another builds air-gap-native deployment stacks); their pitch is exactly the inheritance model with a support contract. The honest evaluation uses Lesson 4.1’s instruments unchanged: what does their authorization actually cover (their class/baseline vs your data), where is the responsibility seam, what evidence do you receive continuously, and what happens to your certification story if you leave. Commercial inheritance is real inheritance — the seat and the method don’t change because the logo did. There is also a commercial counterpart to the hardened repository itself: vendors that sell pre-hardened, continuously-rescanned base images and components with published gates — the same pattern as a product category, minus the government intake.
The comparison leadership will ask for fits on one sheet — the same seven rows scored for a government platform and a commercial one:
ROW GOVERNMENT PLATFORM COMMERCIAL PLATFORMboundary + inheritable controls which controls it answers which controls its for, at which baseline authorization covers, at which classevidence access + freshness what you receive, how same question - and is it often, in what format continuous or on request?customer-owned controls your delta, enumerated your delta, enumeratedonboarding time + lifecycle cost intake gates, cadence contract, onboarding, the you must keep up with support tier you will needavailability / support / incident who is on the hook, with same - read the SLA and theobligations what clock incident clausesdata location + subprocessors where it runs, who else where it runs, who else touches it touches itexit portability + re-auth cost what leaves with you if what leaves with you if you you move leave - and what must be re-authorizedFill both columns honestly and the decision usually makes itself; a column with blanks is a vendor conversation, not a decision.
Prompt first: the intake dossier
Target platform: [the destination's platform/repository]. Build ourintake dossier:1) fetch their published acceptance gates and render them as OUR CI gate config at 80% of their thresholds - fail our build before it would fail their intake;2) generate the justification-file skeleton in their format for every current finding we cannot remediate this sprint - evidence slots, not prose padding;3) cadence plan: their release rhythm vs our integration capacity - recommend a consumption cadence and name the integration-debt ceiling (max releases we may skip) with the trigger that forces a catch-up;4) reciprocity map: which certifications does landing here make portable, to where - the inheritance we are actually buying.🔍The current numbers (volatile - gates and cadences drift; verify against the published thresholds)
As of August 2026, the DoD hardened-repository CVE gates: Critical - justification within 5 days, tolerance 1, remediation 15 days, max age 3 months; High - 10 days, tolerance 4, 35 days, 6 months - plus an Overall Risk Assessment (ORA) score computed per artifact. Platform stack on its 3.x line, releasing roughly biweekly. Doctrine context: DoD DevSecOps Fundamentals v2.5 current; the Kubernetes reference designs date to 2021-22 (aging, still cited); a Cloud Security Playbook (2025) is the newest layer. Commercial: at least one platform operator holds its own DISA provisional authorization; air-gap-native commercial stacks are funded and shipping. Treat every number as a gate CONFIG, not a constant - re-fetch before each submission cycle.
Meridian's container clears the hardened repository's gates in March. The team then skips the platform's next seven releases (busy quarter) and submits an updated container in July, expecting routine re-acceptance. What does this lesson predict?
Practice status — among mature regulated delivery programs, commercial and federal
(a few rows carry a more specific status - principle, canon, suspended - where one of the five would mislead)
| Practice | Status | Also called |
|---|---|---|
| quantified acceptance gates | common baseline | admission gates; remediation SLAs are the companion |
| justification files (VEX / owned exception) | emerging / common baseline VEX for not-affected; an exception record (owner + expiry) for accepted | — |
| cadence as dependency management | strong optional | continuous platform consumption |
| Certificate to Field / reciprocity | federal (RMF-wide; CtF is the DoD form) portable approvals on one platform | — |
| commercial hardened-image suppliers | common baseline the same pattern as a product category | — |
| seven-row evaluation sheet | this training’s artifact | vendor assessment questionnaire |
Scale: required | common baseline | strong optional | reference-shop (seen only at organizations that publish their own practice) | emerging
Key takeaway
Inheritance runs on three layers: a hardened repository whose quantified gates (numbers, not narratives) let acceptance scale; a platform stack whose short release cadence is the dependency-management mechanism — skip it and the debt compounds; and reciprocity constructs that make certifications portable across conforming environments. Run the destination’s gates as your own CI at stricter thresholds, plan consumption cadence with a debt ceiling, and evaluate commercial inheritance with the same instruments. Next: the contractor floor — the clauses that bind whether or not any certification program is running.
LEADERSHIP DECISION choose the inheritance platform on the seven-row sheet, and fund consumption cadence as a standing cost - skipping releases is a loan at compound interestPRACTITIONER ACTION run the destination's gates as CI at stricter thresholds; plan consumption cadence with a debt ceiling; map what reciprocity makes portableSUCCESS MEASURE intake cleared on first submission; zero migration-sized catch-ups; every open finding either carries a VEX not- affected statement or sits in an exception with an owner and an expiry date