GO-2024-3076: Trufflehog vulnerable to Blind SSRF in some Detectors in github.com/trufflesecurity/trufflehog
package
Version:
v3.68.0
Opens a new window with list of versions in this module.
Published: Feb 21, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model interface {
StatusBarValue() string
StatusBarInfo() string
}
Model is an interface that supports setting the status bar information.
type StatusBar struct {
}
StatusBar is a status bar model.
New creates a new status bar component.
Init implements tea.Model.
SetSize implements common.Component.
Update implements tea.Model.
View implements tea.Model.
StatusBarMsg is a message sent to the status bar.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.