A governance layer connecting test semantics, findings, regression and release state.
A verification system must be able to show its own failures.
Verification & Release Assurance is the governance layer of the immo.quick Serverless Edition that keeps positive tests, expected rejections and unexpected failures semantically separate, tracks findings through remediation and regression, and binds release decisions to current verification state.
What it is
A governance layer connecting test semantics, findings, regression and release state.
It is not certification and not a claim of absolute security. A verification receipt proves test execution, not universal security.
This page explains public architecture, assurance objectives and semantic boundaries. It does not publish internal control logic, secrets, key management, exploit mechanics, operational forensic schemas or implementation sequences.
Why this boundary matters
PASSED POSITIVE
Valid input was handled as expected.
EXPECTED NEGATIVE
Deliberately invalid input was correctly rejected.
UNEXPECTED FAILURE
A test did not behave as required and remains visible.
REGRESSION
A patch is not stably closed until repeated verification supports it.
RELEASE ASSURANCE
Current risk state can constrain or block release.
Public model
Verification & Release Assurance is the governance layer of the immo.quick Serverless Edition that keeps positive tests, expected rejections and unexpected failures semantically separate, tracks findings through remediation and regression, and binds release decisions to current verification state.
It is not certification and not a claim of absolute security. A verification receipt proves test execution, not universal security.
Frequently asked questions
What is an expected negative test?
A deliberately invalid state that passes only when the system detects and rejects it.
Why are unexpected failures shown separately?
So real defects cannot disappear inside an aggregate pass count.
Does a patch automatically close a finding?
No. Remediation and verified stable closure are separate states.
Is verification a certification?
No. Reported results are internal verification states, not external certification.
