GO-2024-3076: Trufflehog vulnerable to Blind SSRF in some Detectors in github.com/trufflesecurity/trufflehog
package
Version:
v3.81.5
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserInfoJSON struct {
User struct {
Username string `json:"username"`
Email string `json:"email"`
FullName string `json:"fullName"`
Roles []string `json:"roles"`
TeamName string `json:"teamName"`
TeamDomain string `json:"teamDomain"`
} `json:"user"`
}
type WorkspaceJSON struct {
Workspaces []struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Visibility string `json:"visibility"`
} `json:"workspaces"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.