mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
* [AI] Fix script injection in vrt-update-apply.yml workflow Use environment variables instead of direct expression interpolation in the github-script step to prevent potential script injection via artifact-sourced values (steps.apply.outputs.error and steps.metadata.outputs.pr_number). https://claude.ai/code/session_01V28NTQAXTvSfwyoDhWpWo9 * [AI] Fix script injection in generate-release-pr.yml workflow Use environment variable instead of direct expression interpolation for github.event.inputs.version in the shell script context to prevent potential command injection. https://claude.ai/code/session_01V28NTQAXTvSfwyoDhWpWo9 * [AI] Add release notes for #7433 https://claude.ai/code/session_01V28NTQAXTvSfwyoDhWpWo9 --------- Co-authored-by: Claude <noreply@anthropic.com>