Fix runtime release gate and air-gapped test hardening - #112
Merged
IanFrelinger merged 1 commit intoMay 22, 2026
Conversation
2 tasks
Unblocks ship/RC tiers: composable backend routing, application path allowlist, adaptive runtime iterations, CI runtime-gate flags, multi-env exit semantics, test-framework Docker image, and xUnit migration in security and trust tests. Co-authored-by: Cursor <cursoragent@cursor.com>
IanFrelingerforce-pushed
the
feat/waterproofing-gates-pr2
branch
from
May 22, 2026 01:15
c812b3d to
52d2a9aCompareIanFrelingerforce-pushed
the
feat/runtime-hardening-pr3
branch
from
May 22, 2026 01:15
38f9682 to
f9f3b24CompareIanFrelinger
merged commit May 22, 2026
1570a6e
into
feat/waterproofing-gates-pr2
24 of 35 checks passed
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
application/path allowlist for release-core scenariosruntime-gateflags (--mode core,--allow-mock,--slo-warning-only)Test plan
SHIP_GATE_RUN_RUNTIME_GATE=1 make ship-gate-tier-dSECURITY_GATE_AIRGAPPED_CONTAINER=1 make security-gate-tier-emake test-prod-style(spot check)Depends on: waterproofing gates PR (base branch).
Made with Cursor