We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f69bb commit 4066006Copy full SHA for 4066006
1 file changed
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
23
## [1.1.1] - 2024-10-01
24
25
### Fixed
0 commit comments