Conversation
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
This PR completes the PKIMM repository side of the multi-model self-assessment integration. PKIMM remains the canonical owner of its normative model and now also owns the separately versioned declarative profile that tells the shared assessment runtime how to present and score that model.
The change does not alter PKIMM 2.0.0 model content, generated category pages, identifiers, weights, or score results. It removes the architectural need for a PKIMM-specific runtime branch: the shared tool implements registered experiences and scoring strategies, while this repository selects weighted-maturity and weighted-average through data.
Related integration work:
What changes
Architecture and compatibility
The dependency direction is:
The added model YAML, profile YAML, and schema are byte-identical to the copies exercised by the shared runtime branch. Existing PKIMM scoring remains the weighted average of assessed, applicable categories with the configured final rounding. Not Assessed and Not Applicable handling remains unchanged.
This PR does not change the current pkic.org PKIMM content submodule or website routes. It establishes the release assets needed for release-API consumers without coupling repository authoring to the assessment application.
Trust boundary
The browser exposes self-assessment only. Qualified third-party assessment and PKI Consortium certification remain external workflow states. The profile defines optional executive and security-executive PAdES fields and allows additional signatures, but actual signer identity, organization binding, authority, trusted time, and validation remain responsibilities of the external signing and review workflow.
Validation
Release note
Merging this PR does not create or move a tag and does not publish a release. A later explicit 2.0.0 tag push will run the validation gate before the release workflow publishes the pinned assets.