Skip to content

Protect against supply chain attacks by pinning package versions #293

Description

@aperkaz

Sister issue to the one in ttag-cli.

Lately many packages have been hit with supply chain attacks, mainly thrugh npm's auto-update ^ and postinstall behaviours (ref1, ref2).

A lot of that risk can be mitigated by pinning versions and ensuring npm always installs whatever the lockfile has.
npm install will install the latest dependency on the available range.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions