GO-2022-0270: Insufficient Granularity of Access Control in github.com/google/exposure-notifications-verification-server
package
Version:
v0.26.1
Opens a new window with list of versions in this module.
Published: Apr 13, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package icsv defines an interface for things that can export as CSV.
type Marshaler interface {
MarshalCSV() ([]byte, error)
}
Marshaler is an interface for items that can convert to CSV.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.