Skip to content

Security: Update request package to fix SSRF vulnerability #16

@jmaddington

Description

@jmaddington

Description

The request package has a medium severity SSRF (Server-Side Request Forgery) vulnerability that could allow malicious requests.

Details

Proposed Solution

Since request is deprecated and no longer maintained, we should consider:

  1. Adding an override/resolution for request that forces the latest version
  2. Identifying direct dependencies that use request and updating them to use alternatives
  3. If possible, replace request with a maintained alternative like node-fetch, axios, or got

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions