Skip to content

Commit 0871271

Browse files
committed
update is_blocked error messages
1 parent 98c674c commit 0871271

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/error.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ impl SofosError {
6262
|| msg.contains("not allowed")
6363
|| msg.contains("not explicitly allowed")
6464
|| msg.contains("outside workspace")
65+
|| msg.contains("absolute paths")
66+
|| msg.contains("contains '..'")
67+
|| msg.contains("tilde paths")
68+
|| msg.contains("output redirection")
69+
|| msg.contains("here-doc")
6570
}
6671
Self::McpError(_) => false,
6772
Self::Join(_) => false,

0 commit comments

Comments
 (0)