Adding assignment class for challenge 5
This commit is contained in:
parent
6909d13ecb
commit
97e84ae872
@ -0,0 +1,17 @@
|
||||
package org.owasp.webgoat.plugin.challenge5;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.owasp.webgoat.assignments.AssignmentEndpoint;
|
||||
import org.owasp.webgoat.assignments.AssignmentPath;
|
||||
|
||||
/**
|
||||
* @author nbaars
|
||||
* @since 5/3/17.
|
||||
*/
|
||||
@AssignmentPath("/challenge/5")
|
||||
@Slf4j
|
||||
public class Assignment5 extends AssignmentEndpoint {
|
||||
|
||||
//just empty, posting the flag will mark the challenge as done as well no need to specify an endpoint here
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user