Skip to content

Commit 3335d34

Browse files
committed
Merge origin/main into PR #700
Resolve conflicts in docker-manager.ts: - Keep effectiveHome credential hiding (core fix from this PR) - Adopt main's simplified /host paths condition (no enableChroot check) Renumber MCP Logs tests (15-17) to avoid collision with Security Verification tests (12-14).
2 parents 22d9725 + 304476f commit 3335d34

58 files changed

Lines changed: 1044 additions & 600 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/awf-skill/SKILL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ Container Options:
9696
Advanced Options:
9797
--ssl-bump Enable HTTPS content inspection
9898
--allow-urls <urls> URL patterns for SSL Bump (requires --ssl-bump)
99-
--enable-chroot Enable chroot for host binaries
10099
101100
Debugging Options:
102101
--log-level <level> Log level: debug, info, warn, error
@@ -195,11 +194,11 @@ sudo awf --allow-domains github.com \
195194
-- cat /data/config.json
196195
```
197196

198-
### 6. Use Chroot Mode for Host Binaries
197+
### 6. Use Host Binaries (Chroot Mode is Always On)
199198

200199
```bash
201-
# Access host Python, Node, Go, etc.
202-
sudo awf --enable-chroot --allow-domains api.github.com \
200+
# Access host Python, Node, Go, etc. (chroot mode is the default)
201+
sudo awf --allow-domains api.github.com \
203202
-- python3 -c "import requests; print(requests.get('https://api.github.com').status_code)"
204203
```
205204

.github/workflows/build-test-bun.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-cpp.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-deno.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-dotnet.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build-test-go.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)