-
Couldn't load subscription status.
- Fork 67
Open
Labels
Description
The Dependency Usage evidence collection is not working for Java. This feature is documented at: https://docs.safedep.io/guides/dependency-usage-identification
Internally, it uses our CAF: https://github.com/safedep/code/tree/main/plugin/depsusage
The depsusage plugin in turn produces a PackageHint using which vet identifies if a package is actually used in code. For Java, we consider a package name as group:name, example: org.spring:package-1 but CAF seems to be producing a different package hint.
Need investigation and a possible fix approach.
Ref: #556