fix(core): authorize relative external paths (#37689)

This commit is contained in:
Kit Langton
2026-07-18 19:55:18 -04:00
committed by GitHub
parent 4e85a37590
commit c310ef82f4
4 changed files with 52 additions and 17 deletions
+2 -2
View File
@@ -385,8 +385,8 @@ Affected schema:
Change:
- Resolve relative mutation paths within the active Location.
- Accept absolute internal paths and require explicit `external_directory` approval before leaf approval for external absolute paths.
- Resolve relative mutation paths from the active Location.
- Require explicit `external_directory` approval before leaf approval for external paths.
- Keep named references read-oriented and reject them for mutation.
- Revalidate path authority immediately before write mechanics.