chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test

This commit is contained in:
SnapOtter
2026-06-21 00:30:10 +08:00
parent 84247fd077
commit c1c66efd3f
56 changed files with 69 additions and 60 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ describe("ExifTool security: internal path stripping", () => {
});
it("does not strip non-sensitive paths", () => {
const msg = "Use /api/v1/tools/convert endpoint";
const msg = "Use /api/v1/tools/image/convert endpoint";
expect(stripInternalPaths(msg)).toBe(msg);
});
});