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
Describe the bug
Since #4405 was merged I am seeing the following lint errors
probes/hasOSVVulnerabilities/impl.go:63:28: SA1019: grouper.IDAliases is deprecated: this is now private and should not be used outside the scanner (staticcheck)
aliasVulnerabilities := []grouper.IDAliases{}
^
probes/hasOSVVulnerabilities/impl.go:65:55: SA1019: grouper.IDAliases is deprecated: this is now private and should not be used outside the scanner (staticcheck)
aliasVulnerabilities = append(aliasVulnerabilities, grouper.IDAliases(vuln))
^
probes/hasOSVVulnerabilities/impl.go:68:9: SA1019: grouper.Group is deprecated: this is now private and should not be used outside the scanner (staticcheck)
IDs := grouper.Group(aliasVulnerabilities)
^
probes/hasOSVVulnerabilities/impl.go:24:2: SA1019: "github.com/google/osv-scanner/pkg/grouper" is deprecated: this is now private and should not be used outside the scanner (staticcheck)
"github.com/google/osv-scanner/pkg/grouper"
Reproduction steps
Steps to reproduce the behavior:
Describe the bug
Since #4405 was merged I am seeing the following lint errors
Reproduction steps
Steps to reproduce the behavior:
main
make check-linter
Expected behavior
No errors
Additional context
The change was made upstream in google/osv-scanner#1309. And the package is set to be removed in google/osv-scanner#1376.
The text was updated successfully, but these errors were encountered: