Skip to content

go.mod: bump app-store to the proc.exec version#317

Merged
TeoSlayer merged 3 commits into
mainfrom
bump-app-store-proc-exec
Jun 23, 2026
Merged

go.mod: bump app-store to the proc.exec version#317
TeoSlayer merged 3 commits into
mainfrom
bump-app-store-proc-exec

Conversation

@Alexgodoroja

Copy link
Copy Markdown
Collaborator

Repoints the pinned github.com/pilot-protocol/app-store dependency to the commit that adds the proc.exec capability, so the daemon's manifest validation accepts CLI apps (which ship a proc.exec grant scoped to one command). Without the bump, the deployed daemon validates against a capability vocabulary that lacks proc.exec and rejects them.

Depends on pilot-protocol/app-store#24; re-pin to the merged SHA once it lands.

Footprint: zero business logic

This is deliberately a dependency-pointer + test change only. The proc.exec logic lives entirely in the app-store dependency — pilotctl/supervisor already delegate validation to app-store's manifest.Validate(), so nothing in this repo duplicates or implements capability logic. Diff is go.mod + go.sum + one test.

Test

cmd/pilotctl regression test asserting a proc.exec manifest validates against the pinned app-store (and that a wildcard * target is still rejected by the hardened validator).

🤖 Generated with Claude Code

Repoint the pinned app-store dependency to the commit that adds the proc.exec
capability, so the daemon's manifest validation accepts CLI apps (which ship a
proc.exec grant scoped to one command). Without the bump, the deployed daemon
validates against a capability vocabulary that lacks proc.exec and rejects them.

No daemon code changes: pilotctl/supervisor already delegate validation to
app-store's manifest.Validate(). Adds a regression test asserting a proc.exec
manifest validates (and that a wildcard target is still rejected).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@TeoSlayer

Copy link
Copy Markdown
Collaborator

The only red check is "Go (macos-latest)", which was the macOS runner t.TempDir(): permission denied flake. That's now fixed on main (#316 sets a writable TMPDIR for both runners). A rebase on current main should turn this green.

Resolve go.mod/go.sum conflict by keeping all of main's current
dependency versions and bumping github.com/pilot-protocol/app-store to
v1.0.1-beta.1.0.20260623120425-df0e4a35d764, the latest published commit.
This version is a descendant of app-store #23 (trust-anchor enforcement)
and #24 (proc.exec capability), so it carries both the security fix and
the proc.exec feature. Keep the PR's proc.exec regression test.
@TeoSlayer TeoSlayer merged commit eb271e0 into main Jun 23, 2026
14 checks passed
TeoSlayer added a commit that referenced this pull request Jun 23, 2026
Replace the pseudo-version v1.0.1-beta.1.0.20260623120425-df0e4a35d764
from #317 with the clean v1.0.1 release tag. The tag points at the
exact same commit (df0e4a35), so this is a version-string-only change
with no code differences. Includes proc.exec capability and the
trust-anchor fix already built against by web4.

Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
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.

3 participants