Skip to content

Security: Upgrade dockerode from 2.x to 4.x #11

@sammons-mechanic

Description

@sammons-mechanic

Summary

dockerode is a production dependency currently at version 2.5.6. The latest version is 4.0.9.

This is a major version upgrade that may contain breaking changes.

Security Impact

The upgrade addresses several security vulnerabilities in transitive dependencies:

  • tar-fs vulnerabilities (symlink bypass, path traversal)
  • Various other CVEs in the dependency tree

Recommended Actions

  1. Review the dockerode releases for breaking changes
  2. Update package.json to "dockerode": "^4.0.9"
  3. Run npm install and verify the build passes
  4. Test Docker container creation/management functionality
  5. Update @types/dockerode to version 4.x for TypeScript compatibility

Dependencies Also Requiring Update

  • @types/dockerode: 2.5.5 → 4.0.1

🤖 Generated by automated security sweep

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions