Skip to content

Fix High CVE Vulnerability in Dependencies #77

@Josephat-S

Description

@Josephat-S

What to build

Socket detected 6 instances of a high-severity CVE in 1 package. This is likely coming from tiged or one of its transitive dependencies. We need to identify the vulnerable package, check if a patched version exists, and either upgrade or replace it.

Steps to resolve

  1. Run npm audit to identify which package has the CVE.
  2. Check if the vulnerability is in tiged itself or a transitive dependency.
  3. If a patch exists: upgrade the dependency.
  4. If no patch exists: evaluate replacing tiged with degit or a custom GitHub download using tar + fetch.

Acceptance criteria

  • npm audit shows 0 high/critical vulnerabilities.
  • If tiged is the source, evaluate alternatives (degit, direct GitHub tarball download).
  • Document the decision in a comment on this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SecuritybugSomething isn't working

    Type

    No type
    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