Retain Swift append heuristic precision blocker - #244
Merged
Merged
Conversation
DavidBakerEffendi
deleted the
dave/swift-propagator-qualification-220
branch
September 23, 2026 16:26
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.
The independent Swift append control finds a false flow through a local wrong-arity extension whose body assigns a safe constant. Retain this as a precision blocker: canonical propagator qualification remains unrun and no scored configuration is activated.
Key Changes:
AdditionalTaintStepprovenance and retain the matching shippedAppendCallStepheuristic source plus direct argument-to-receiver witnesses. Add portable integrity/mutation checks that verify the blocked evidence without promoting qualification.Touch Points:
adapters/codeql/swift-propagator-v1/queries/evidence/swift-propagator-qualification-v1/scripts/run-swift-propagator-control.py,scripts/trace-swift-propagator-*.pyscripts/verify-swift-propagator-control.py,scripts/test-swift-propagator-control.py.github/workflows/ci.yml,.gitattributes, Swift qualification documentationValidation: six test methods including six semantic mutations and four copied-evidence mutations passed, including from a clean Git archive; previous canonical source–sink, entrypoint, and pending integration verifiers passed;
cargo fmt --checkandgit diff --checkpassed. Native control and diagnoses used preregistered 150-second extraction / 60-second query / 2048 MiB diagnostic limits. Aggregate memory compliance and semantic completeness remain unproven. CI pending.Refs #220 and #215. Both issues remain open; acceptance is incomplete. No full-corpus run, freeze, scored activation, or publication.