Skip to content

chore: regenerate client from updated OpenAPI spec#61

Merged
eddietejeda merged 3 commits into
mainfrom
openapi-update-25703523775
May 14, 2026
Merged

chore: regenerate client from updated OpenAPI spec#61
eddietejeda merged 3 commits into
mainfrom
openapi-update-25703523775

Conversation

@hotdata-automation
Copy link
Copy Markdown
Contributor

Auto-generated from updated HotData OpenAPI spec.

hotdata-automation Bot and others added 3 commits May 11, 2026 23:31
Use escaped template interpolation in the OpenAPI configuration template to resolve the security scanner finding on triple-mustache rendering while preserving generated client behavior.
Add .DS_Store to gitignore so local Finder metadata does not appear as untracked changes.
@eddietejeda
Copy link
Copy Markdown
Contributor

Addressing the open security issue tracked in #52:

  • Replaced unescaped Mustache interpolations ({{{...}}}) in .openapi-generator-templates/configuration.mustache with escaped interpolations ({{...}}) to reduce scanner-reported XSS surface in templates.
  • Included this in this PR via commit 0d837b0 (fix: remove unescaped mustache interpolations in config template).
  • Re-validated locally with pytest after the change (185 passed, 10 skipped).

If this approach looks good, we can close #52 once this PR is merged.

@eddietejeda eddietejeda merged commit 4132fa9 into main May 14, 2026
2 checks passed
@eddietejeda eddietejeda deleted the openapi-update-25703523775 branch May 14, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant