MCPcopy
hub / github.com/ossf/scorecard / osvClient

Struct osvClient

clients/osv.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30var _ VulnerabilitiesClient = osvClient{}
31
32type osvClient struct {
33 requestUserAgent string
34 local bool
35}
36
37type OSVConfig struct {
38 UserAgent string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected