GO-2024-3076: Trufflehog vulnerable to Blind SSRF in some Detectors in github.com/trufflesecurity/trufflehog
package
Version:
v3.80.6
Opens a new window with list of versions in this module.
Published: Aug 2, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PermissionsJSON struct {
Scopes []string `json:"scopes"`
ExpiresAt string `json:"expires_at"`
ClientID string `json:"client_id"`
MerchantID string `json:"merchant_id"`
}
type TeamJSON struct {
TeamMembers []struct {
IsOwner bool `json:"is_owner"`
FirstName string `json:"given_name"`
LastName string `json:"family_name"`
Email string `json:"email_address"`
CreatedAt string `json:"created_at"`
} `json:"team_members"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.