Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASTQueryIDProvider ¶ added in v1.0.2
type ASTQueryProvider ¶ added in v1.0.4
type ASTQueryProvider interface { GetQueryID(language, name, group, sastQueryID string) (string, error) GetCustomQueriesList() (*soap.GetQueryCollectionResponse, error) GetCustomStatesList() (*soap.GetResultStateListResponse, error) GetStateMapping() (map[string]string, error) GetRawCustomStatesList() (*soap.GetResultStateListResponse, error) }
type ExcludeFile ¶ added in v1.7.0
type ExcludeFile struct {
FileName string
}
type InstallationProvider ¶ added in v1.2.0
type InstallationProvider interface {
GetInstallationSettings() (*soap.GetInstallationSettingsResponse, error)
}
type MethodLineRepo ¶
type PresetProvider ¶ added in v1.0.4
type PresetProvider interface {
GetPresetDetails(ID int) (*soap.GetPresetDetailsResponse, error)
}
type QueriesRepo ¶ added in v1.0.4
type QueriesRepo interface { GetQueriesList() (*soap.GetQueryCollectionResponse, error) GetCustomStatesList() (*soap.GetResultStateListResponse, error) }
type QueryMappingRepo ¶ added in v1.1.0
type QueryMappingRepo interface { GetMapping() []querymapping.QueryMap AddQueryMapping(language, name, group, sastQueryID string) error }
type ResultPath ¶
type SourceFile ¶
type SourceFileRepo ¶
type SourceFileRepo interface {
DownloadSourceFiles(scanID string, sourceFiles []SourceFile, rmvdir string) error
}
Click to show internal directories.
Click to hide internal directories.