Skip to content

Commit 291d04a

Browse files
akshithgclaude
andcommitted
Remove curl pipe-to-shell deny rules
curl is needed for normal operation. Only the Write() additions for shell configs remain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7819e34 commit 291d04a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
"Bash(dd *)",
1919
"Bash(wget *|bash*)",
2020
"Bash(wget *| bash*)",
21-
"Bash(curl *|bash*)",
22-
"Bash(curl *| bash*)",
23-
"Bash(curl *|sh*)",
24-
"Bash(curl *| sh*)",
25-
"Bash(git push --force*)",
21+
"Bash(git push --force*)",
2622
"Bash(git push *--force*)",
2723
"Bash(git reset --hard*)",
2824

0 commit comments

Comments
 (0)