Updated menu item for challenges
This commit is contained in:
parent
c7c664ad4a
commit
cae937c83e
@ -57,7 +57,7 @@ public enum Category {
|
|||||||
WEB_SERVICES("Web Services", new Integer(1900)),
|
WEB_SERVICES("Web Services", new Integer(1900)),
|
||||||
VULNERABLE_COMPONENTS("Vulnerable Components - A9", new Integer(1950)),
|
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("Challenges", new Integer(3000));
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private String name;
|
private String name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user