Commit 164bd78
committed
fix(network-agent): allow single dots in sandboxID, only reject path traversal
The previous validation rejected any sandboxID containing a dot character,
which would block legitimate IDs. Now only reject empty strings, path
separators, and path-traversal sequences ("..").1 parent ed3b494 commit 164bd78
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments