GO-2023-1863: rudder-server is vulnerable to SQL injection in github.com/rudderlabs/rudder-server
package
Version:
v0.1.10-hotfix1
Opens a new window with list of versions in this module.
Published: Jun 24, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CloseProducer(producer interface{}) error
type Config struct {
Credentials string `json:"credentials"`
ProjectId string `json:"projectId"`
DatasetId string `json:"datasetId"`
TableId string `json:"tableId"`
}
type Credentials struct {
Email string `json:"client_email"`
PrivateKey string `json:"private_key"`
TokenUrl string `json:"token_uri"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.