GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve
package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: Oct 2, 2023
License: MIT
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.