DIS-005: Path-Traversal-Check in /new-agent #25
No reviewers
Labels
No labels
blocked
needs-review
phase:0
phase:1
phase:1.5
phase:2
phase:3
phase:4
phase:5
phase:6+
priority:p0
priority:p1
priority:p2
security
type:chore
type:ci
type:docs
type:feat
type:fix
type:idea
type:known-issue
type:refactor
type:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dev/disclaw#25
Loading…
Reference in a new issue
No description provided.
Delete branch "phase-0/path-traversal-check"
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?
Summary
src/commands/new-agent.ts:validateAgentName()exportiert — wirft bei leerem String oder wennpath.resolve(root, name)außerhalb von root liegt. Saubere Discord-Fehlermeldung statt Crash.tests/unit/path-traversal.test.ts(neu): 6 Tests —../etc,../, leer,a/../b(bleibt in root → erlaubt, dokumentiert), gültige Namena/../blöst zuroot/bauf → bleibt innerhalb root, wird korrekt erlaubtCloses
Closes #6
Test Plan
npm run buildgrünnpm test— 25/25 Tests grünBreaking Changes
Nein.
Reviewer-Checkliste