Skip to content

Commit 4066006

Browse files
authored
Update changelog
1 parent b6f69bb commit 4066006

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2] - 2025-12-14
11+
12+
### Fixed
13+
14+
* Fixed a command injection vulnerability via the `manifest-path` input parameter.
15+
16+
The code was using GitHub action templates to inject the value directly into the shell command, which does not perform the necessary escaping.
17+
For fixing the issue, the value is passed via an environment variable, which performs the proper escaping.
18+
This is only an issue if the `manifest-path` parameter was set from some other untrusted source.
19+
Using a static string to call the action is safe.
20+
21+
Thanks to @mleblebici for reporting and fixing the issue.
22+
1023
## [1.1.1] - 2024-10-01
1124

1225
### Fixed

0 commit comments

Comments
 (0)