You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when I use Trivy, it seems what vulnerabilities in runtime scope dependencies are not found.
For example, if spring-cloud-starter-netflix-eureka-client is present in the pom.xml :
If I understand, only compile scope dependencies are listed:
go-dep-parser/pkg/java/pom/parse.go
Lines 381 to 385 in 423cd04
So when I use Trivy, it seems what vulnerabilities in runtime scope dependencies are not found.
For example, if
spring-cloud-starter-netflix-eureka-client
is present in the pom.xml :org.codehaus.jettison:jettison:1.4.0 is not analyzed, and these vulnerabilities are not found:
I think runtime dependencies should be included.
The text was updated successfully, but these errors were encountered: