aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/pathvalidation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencompute/pathvalidation.h')
-rw-r--r--src/zencompute/pathvalidation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencompute/pathvalidation.h b/src/zencompute/pathvalidation.h
index c2e30183a..d50ad4a2a 100644
--- a/src/zencompute/pathvalidation.h
+++ b/src/zencompute/pathvalidation.h
@@ -78,7 +78,7 @@ ValidateSandboxRelativePath(std::string_view Name)
throw zen::invalid_argument("path traversal detected: '{}' contains '..' component", Name);
}
- // Skip "." (current directory) — harmless in relative paths
+ // Skip "." (current directory) - harmless in relative paths
if (ComponentStr != ".")
{
ValidatePathComponent(ComponentStr, Name);