Skip to content

Commit f985b76

Browse files
authored
Merge pull request #240 from OctopusDeploy/sjc/deploy-security-update
Security update: Pin form-data to version 3.0.4 or higher
2 parents e8ab7c5 + a382208 commit f985b76

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.changeset/spicy-news-lick.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@octopusdeploy/add-changeset": patch
3+
"@octopusdeploy/current-branch-name": patch
4+
"@octopusdeploy/extract-package-details": patch
5+
"@octopusdeploy/find-and-replace-all": patch
6+
"@octopusdeploy/shared-action-utils": patch
7+
---
8+
9+
Security update: Pin form-data to version 3.0.4 or higher
10+
11+
This release addresses a security vulnerability in the form-data dependency by adding a pnpm override to ensure all packages use form-data version 3.0.4 or higher. The form-data package was previously resolved to version 3.0.1 as a transitive dependency through jsdom.
12+
13+
**Security Fix:**
14+
- Added pnpm override for `form-data@<3.0.4` to use `^3.0.4`
15+
- Ensures all transitive dependencies use the secure version of form-data
16+
- Resolves security advisory: https://github.com/OctopusDeploy/util-actions/security/dependabot/22
17+
18+
**Technical Details:**
19+
- No API changes or breaking changes
20+
- All existing functionality remains unchanged
21+
- Only the underlying form-data dependency version has been updated for security

0 commit comments

Comments
 (0)