Skip to content

Implement bounded Bash heredoc analysis - #122

Merged
Aaronontheweb merged 1 commit into
devfrom
feature/v03-heredoc-analysis
Aug 9, 2026
Merged

Implement bounded Bash heredoc analysis#122
Aaronontheweb merged 1 commit into
devfrom
feature/v03-heredoc-analysis

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Owner

Summary

  • expose typed Bash heredoc delimiter, body, expansion, tab-stripping, and completeness facts, including numeric source descriptors
  • recursively discover supported expanding-body substitutions while rejecting hidden execution and incomplete forms atomically
  • require proved Bash variable-attribute state and fail closed on the locked execution-bearing builtin catalog and dispatch wrappers
  • add native Bash oracles, typed executable-corpus assertions, and synchronize the OpenSpec and implementation plan

Validation

  • dotnet build -c Release — 0 warnings/errors
  • dotnet test -c Release --no-build — 2,455 passed
  • strict OpenSpec validation, headers, PII/API checks, git diff --check, and Slopwatch — passed
  • adversarial review — PASS; 136 generated bypass probes, 0 failures

Scope

Command-resolution mutations (exec, mutating hash, alias/shopt, and enable forms) are intentionally handled in the next separate fail-closed slice.

@Aaronontheweb
Aaronontheweb enabled auto-merge (squash) August 9, 2026 00:40
@Aaronontheweb
Aaronontheweb merged commit 3eb01a0 into dev Aug 9, 2026
2 checks passed
@Aaronontheweb
Aaronontheweb deleted the feature/v03-heredoc-analysis branch August 9, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant