There was an error while loading. Please reload this page.
1 parent 474a379 commit 389ce25Copy full SHA for 389ce25
1 file changed
src/permission/gate.ts
@@ -20,7 +20,10 @@ import {
20
safeWorktreeCommand,
21
} from "./auto-shell-policy.js";
22
import { commandReferencesSensitivePath } from "../plugins/secret-guard-plugin.js";
23
-import { looksLikePath, pathEscapeBlockReason } from "../plugins/path-escape-plugin.js";
+import {
24
+ looksLikePath,
25
+ pathEscapeBlockReason,
26
+} from "../plugins/path-escape-plugin.js";
27
import { runShellAuthzBlockReason } from "../shell/run-shell-authz.js";
28
import { matchesPattern, escapeGlobLiteral } from "./matcher.js";
29
import {
0 commit comments