Skip to content

prebuild-install should be in package.json's dev dependencies #135

Closed as not planned
@aedryan

Description

@aedryan

Since prebuild-install is only used during the package install phase, it should be moved to the package.json's dev dependencies. Presently the version of prebuild-install set in this package winds up using an outdated version of ansi-regex which has a DOS vulnerability. Security scanners will pick this up as a vulnerability that would otherwise be ignored if it were properly tagged as a dev dependency instead of a dependency.

Path to vulnerability:

https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions