Adding Vulnerable Components Category
This commit is contained in:
parent
a564ff2038
commit
30bdc89164
@ -55,6 +55,7 @@ public enum Category {
|
|||||||
PARAMETER_TAMPERING("Parameter Tampering", new Integer(1700)),
|
PARAMETER_TAMPERING("Parameter Tampering", new Integer(1700)),
|
||||||
SESSION_MANAGEMENT("Session Management Flaws", new Integer(1800)),
|
SESSION_MANAGEMENT("Session Management Flaws", new Integer(1800)),
|
||||||
WEB_SERVICES("Web Services", new Integer(1900)),
|
WEB_SERVICES("Web Services", new Integer(1900)),
|
||||||
|
VULNERABLE_COMPONENTS("Vulnerable Components - A9", new Integer(1950)),
|
||||||
ADMIN_FUNCTIONS("Admin Functions", new Integer(2000)),
|
ADMIN_FUNCTIONS("Admin Functions", new Integer(2000)),
|
||||||
CHALLENGE("Challenge", new Integer(3000));
|
CHALLENGE("Challenge", new Integer(3000));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user