Ship the Brave sandbox review fix in v0.1.3 #8
No reviewers
Labels
No labels
Agent/Autonomous OK
Agent/Demeter
Agent/Hermes
Agent/Human
Agent/Needs Review
Area/API
Area/Auth
Area/CLI
Area/Data
Area/Docs
Area/Infra
Area/UI
CI/Failing
CI/Flaky
CI/Green
CI/Needs Runner
CI/Needs Workflow
Compat/Backward Compatible
Compat/Breaking
Compat/Migration
Deploy/Ansible
Deploy/Blocked
Deploy/Homelab
Deploy/Needs Config
Deploy/Needs Secret
Deploy/Ready
Deploy/Rollback
Kind/Bug
Kind/Chore
Kind/Design
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Refactor
Kind/Security
Kind/Spike
Kind/Testing
Ops/Backup
Ops/Incident
Ops/Maintenance
Ops/Monitoring
Ops/Upgrade
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Someday
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Risk
Critical
Risk
High
Risk
Low
Risk
Medium
Security/Auth
Security/Disclosure
Security/Hardening
Security/Secret
Size
L
Size
M
Size
S
Size
XL
Size
XS
Stack/Ansible
Stack/Docker
Stack/Forgejo
Stack/Hermes
Stack/Node
Stack/Postgres
Stack/Python
Stack/Systemd
Status
Abandoned
Status
Blocked
Status
In Progress
Status
In Review
Status
Need More Info
Status
Ready
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
2027a/paru-llm-audit!8
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/issue-7-still-failling-on-a-regular-brave-bin-package"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #7
Root cause
The narrow
brave-binChromium sandbox classification was merged in PR #6, but the installable AUR recipe still pinned v0.1.2. A normal package update therefore kept running the old generic high-risk setuid rule and blocked before the new medium-review behavior could run.Changes
v0.1.3;.SRCINFOversions;Verification
PYTHONPATH=src python3 -W error -m unittest tests.test_packaging tests.test_rules -v— 11 passedmake test— 36 passedbash -n aur/PKGBUILD packaging/PKGBUILD.template— passedpython3 -m compileall -q src tests— passedgit diff --check— passednamcap /work/aur/PKGBUILDinarchlinux:base— cleanv0.1.3archive SHA-256 matchesa191f82c44f57a32fc7f8a6b8703ebe7bd41b3a043aa2d7ea37049270d0e0efbRisks
The release does not broadly allow setuid operations. Only the already-reviewed exact
brave-binsingle-target Chromium sandbox command becomes medium risk and still requires explicit terminal approval; unknown setuid/setgid/setcap operations remain high and blocking.Review guidance
Confirm the recipe points to
v0.1.3, the archive checksum matches, all version surfaces agree, and the existing narrow rule tests remain unchanged and green.