Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

[Task]: CodeGate implementation of CVE handling #849

@lukehinds

Description

@lukehinds

Description

CodeGate will need to be able to parse out various dependency manifest files (requirements.txt , pyproject.toml, package.json, Cargo.toml , captured from within a code-snippet or chat session.

The values to extract are:

  • Package Name (e.g. numpy)
  • Package Version (==8.1.8

We should work with operators, for example greater than requests = "^2.32.3"

It likely makes sense to extend Package Extractor to implement this logic

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