Granularity of go libraries #465
-
Hi team, currently vulnerabilities from go libraries are shown in the go module level. But the actual vulnerability can appear in the subcomponent/subpath/folder level: but the description from cve and snyk show it's from
Is there any plan to support this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry for the delayed reply here. Per https://ossf.github.io/osv-schema/#affectedpackage-field, we do currently only track Go vulns at a module level. My understanding this is the granularity at which package updates may be done. It doesn't make sense for instance, for someone to update |
Beta Was this translation helpful? Give feedback.
Sorry for the delayed reply here.
Per https://ossf.github.io/osv-schema/#affectedpackage-field, we do currently only track Go vulns at a module level.
My understanding this is the granularity at which package updates may be done. It doesn't make sense for instance, for someone to update
github.com/argoproj/argo-events/sensors/artifacts
without updatinggithub.com/argoproj/argo-events
.