Changed layout of the html tampering lesson and fixed some JavaScript issues. Added a small mitigation page.
Moved the lessons concerning client side validation to client side category
This commit is contained in:
@ -52,7 +52,7 @@ public enum Category {
|
||||
INSECURE_CONFIGURATION("Insecure Configuration", new Integer(1400)),
|
||||
INSECURE_STORAGE("Insecure Storage", new Integer(1500)),
|
||||
MALICIOUS_EXECUTION("Malicious Execution", new Integer(1600)),
|
||||
PARAMETER_TAMPERING("Parameter Tampering", new Integer(1700)),
|
||||
CLIENT_SIDE("Client side", 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)),
|
||||
|
Reference in New Issue
Block a user