Documentation
¶
Overview ¶
Package codeserver contains a detector for weak credentials in Code-Server https://github.com/coder/code-server/.
Index ¶
Constants ¶
View Source
const (
// Name of the detector.
Name = "weakcredentials/codeserver"
)
Variables ¶
This section is empty.
Functions ¶
func NewDefault ¶
NewDefault returns a detector with the default config settings.
Types ¶
type Config ¶
Config for this detector.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns the default config for this detector.
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
Detector is a SCALIBR Detector for weak/guessable passwords for the Code-Server service.
func (Detector) RequiredExtractors ¶
RequiredExtractors returns an empty list as there are no dependencies.
func (Detector) Requirements ¶
func (Detector) Requirements() *plugin.Capabilities
Requirements of the detector.
Click to show internal directories.
Click to hide internal directories.