Skip to content

Commit 5eaaeb1

Browse files
hyperpolymathclaude
andcommitted
fix: replace deno --allow-all with specific permission flags in LSP server
Replaces overly broad --allow-all with --allow-read --allow-env --allow-net. Detected by panic-attack assail batch scan (2026-03-30). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a684edc commit 5eaaeb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/lsp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S deno run --allow-all
1+
#!/usr/bin/env -S deno run --allow-read --allow-env --allow-net
22
// SPDX-License-Identifier: PMPL-1.0-or-later
33
// Error-Lang Language Server Protocol (LSP) Implementation
44
//

0 commit comments

Comments
 (0)