fix(verifier): asegurar segregacion fisica, causalidad y replay en k6b y release 2.53.1 - #150
Merged
Merged
Conversation
…b y actualizar version a 2.53.1 - Rechazar de forma fail-closed con UNTRUSTED_CALLER_METADATA cualquier rawEvidence con metadatos semanticos inyectados. - Derivar autoritativamente roles y satisfaccion de obligaciones a partir de Execution Graph y runner receipts sin copia ciega. - Exigir validacion cronologica causal estricta mediante execution_sequence en estrategias temporales. - Recomputar computeEvidenceId, digest de bytes y validar suficiencia de procedencia en el replay de Assurance Graph. - Actualizar version a 2.53.1 en manifiestos, configuracion del proyecto y changelog.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Resumen de cambios
Esta version 2.53.1 implementa la remediacion focal de seguridad, integridad semantica y replay criptografico en K6b (k6b-trusted-evidence-replay-closure), resolviendo de forma exhaustiva los hallazgos B1, B2, B3 y H1:
1. Segregacion fisica de rawEvidence y rechazo UNTRUSTED_CALLER_METADATA (B1)
2. Derivacion autoritativa desde Runner Receipts sin copia ciega (B2)
3. Cronologia causal estricta por execution_sequence (B3)
4. Replay criptografico integro en Assurance Graph (H1)
5. Artefactos y Versionado
Evidencia de Pruebas