Skip to content

feat: add dependency inventory index and search #10

Description

@nos1dot618

Add a local index for maven dependency inventory data.

The index should store:

  • artifact coordinates
  • versions
  • modules
  • scopes
  • direct/transitive status
  • dependency relationships
  • vulnerability information when available

Support fast queries such as:

java_inventory.py search jackson
java_inventory.py search jackson-core
java_inventory.py search --vulnerable

Keep the index local and rebuildable, e.g. under build/.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions