Adding Vulnerable Components Category

This commit is contained in:
mayhew64 2017-01-28 11:01:05 -05:00
parent a564ff2038
commit 30bdc89164

View File

@ -55,6 +55,7 @@ public enum Category {
PARAMETER_TAMPERING("Parameter Tampering", new Integer(1700)),
SESSION_MANAGEMENT("Session Management Flaws", new Integer(1800)),
WEB_SERVICES("Web Services", new Integer(1900)),
VULNERABLE_COMPONENTS("Vulnerable Components - A9", new Integer(1950)),
ADMIN_FUNCTIONS("Admin Functions", new Integer(2000)),
CHALLENGE("Challenge", new Integer(3000));