[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-05-09 08:08:34 +00:00
committed by GitHub
parent 9c71458eff
commit 6270bad9af
11 changed files with 40 additions and 11 deletions

View File

@@ -670,7 +670,9 @@ export const uploadFileToContainer = async (
}
if (!destinationPathRegex.test(destinationPath)) {
throw new Error("Invalid destination path: shell metacharacters are not allowed");
throw new Error(
"Invalid destination path: shell metacharacters are not allowed",
);
}
const normalizedPath = destinationPath.startsWith("/")