Skip to content

Commit c17bf66

Browse files
committed
style: regenerate OpenAPI schema after IoEnum::Filename doc comment
1 parent a13bce4 commit c17bf66

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

imageflow_core/src/json/endpoints/openapi_schema_v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,12 +1895,14 @@
18951895
},
18961896
{
18971897
"type": "object",
1898+
"description": "# Security\nThis path is used as-is with no sanitization. The caller is responsible\nfor validating paths before constructing this variant. Server deployments\nmust reject absolute paths, `..` traversal, and symlinks at the API layer.",
18981899
"required": [
18991900
"file"
19001901
],
19011902
"properties": {
19021903
"file": {
1903-
"type": "string"
1904+
"type": "string",
1905+
"description": "# Security\nThis path is used as-is with no sanitization. The caller is responsible\nfor validating paths before constructing this variant. Server deployments\nmust reject absolute paths, `..` traversal, and symlinks at the API layer."
19041906
}
19051907
}
19061908
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f3931e9f8d344903f99dac1a1a8d8a5
1+
526a58cce7aa8a9b5a4149d9f00b1211

0 commit comments

Comments
 (0)