Documentation
¶
Index ¶
Constants ¶
View Source
const ( AlgNoneJwtScanID = "jwt.alg_none" AlgNoneJwtScanName = "JWT None Algorithm" )
Variables ¶
This section is empty.
Functions ¶
func ScanHandler ¶
func ScanHandler(operation *request.Operation, securityScheme auth.SecurityScheme) (*report.ScanReport, error)
func ShouldBeScanned ¶
func ShouldBeScanned(securitySheme auth.SecurityScheme) bool
Types ¶
type AlgNoneData ¶ added in v0.8.2
type AlgNoneData struct {
Alg string `json:"alg"`
}
Click to show internal directories.
Click to hide internal directories.