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/.
Add a local index for maven dependency inventory data.
The index should store:
Support fast queries such as:
Keep the index local and rebuildable, e.g. under
build/.