-
Notifications
You must be signed in to change notification settings - Fork 1
CreateWeaknessLibraryRequestBody
Víctor Cañizares edited this page Dec 14, 2020
·
1 revision
Name | Type | Description | Notes |
---|---|---|---|
ref | String | Reference field value | [optional] |
name | String | Name field value | [optional] |
desc | String | Description field value | [optional] |
impact | ImpactEnum | Impact | [optional] |
test | TestCommand | [optional] |
Name | Value |
---|---|
NONE | "none" |
LOW | "low" |
MEDIUM | "medium" |
HIGH | "high" |
VERY_HIGH | "very-high" |