Skip to content

gaxios depends on vulnerable glob@10.4.5 via rimraf@5.0.10 #825

@FabianFrank

Description

@FabianFrank

Please make sure you have searched for information in the following guides.

Link to the code that reproduces this issue. A link to a public Github Repository or gist with a minimal reproduction.

A step-by-step description of how to reproduce the issue, based on the linked reproduction.

➜  test123 npm install gaxios
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead

added 54 packages, and audited 67 packages in 2s

17 packages are looking for funding
  run `npm fund` for details

2 high severity vulnerabilities

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
➜  test123 npm audit
# npm audit report

glob  10.3.7 - 11.0.3
Severity: high
glob CLI: Command injection via -c/--cmd executes matches with shell:true - https://github.com/advisories/GHSA-5j98-mcp5-4vw2
fix available via `npm audit fix`
node_modules/glob
  rimraf  5.0.2 - 5.0.10
  Depends on vulnerable versions of glob
  node_modules/rimraf

2 high severity vulnerabilities

To address all issues, run:
  npm audit fix

A clear and concise description of what the bug is, and what you expected to happen.

gaxios depends on vulnerable glob@10.4.5 via rimraf@5.0.10. gaxios should depend on a recent version of rimraf (requires major update) that does depend on a fixed version of glob.

A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **

I expect to not be affected by vulnerabilities such as GHSA-5j98-mcp5-4vw2

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