Finally working

This commit is contained in:
Nanne Baars
2019-09-18 17:53:43 +02:00
parent 2b01cbcb75
commit 82ad0a7cc7
207 changed files with 3658 additions and 2407 deletions

View File

@ -1,7 +1,8 @@
package org.owasp.webgoat.plugin;
package org.owasp.webgoat.introduction;
import org.owasp.webgoat.lessons.Category;
import org.owasp.webgoat.lessons.NewLesson;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;
@ -35,6 +36,7 @@ import java.util.List;
* @version $Id: $Id
* @since October 12, 2016
*/
@Component
public class WebGoatIntroduction extends NewLesson {
@Override
public Category getDefaultCategory() {