Skip to content

Multiple vulnerabilities in citgm@ (latest) #1134

Description

@MikeMcC399

Current situation

npm audit on citgm@10.0.2 reports:

32 vulnerabilities (1 low, 6 moderate, 24 high, 1 critical)

Expected

Minimal vulnerabilities when installing citgm

Steps to reproduce

Ubuntu 24.04.4 LTS, Node.js 24.20.0

cd $(mktemp -d)
npm install citgm
npm audit

32 vulnerabilities (1 low, 6 moderate, 24 high, 1 critical)

Suggestion

Cut a new release of citgm

Although the tag v10.0.2 exhibits:

32 vulnerabilities (1 low, 6 moderate, 24 high, 1 critical)

the main branch shows only:

5 high severity vulnerabilities

and executing an update command, using also min-release-age to protect against undetected supply-chain issues in brand new packages, removes all currently reported vulnerabilities:

npm update --save --min-release-age=7

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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