Renamed to vulnerablecomponents

This commit is contained in:
Àngel Ollé Blázquez
2022-07-30 22:41:26 +02:00
parent b93c935d6c
commit 256c1dd3aa
28 changed files with 24 additions and 22 deletions

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.vulnerable_components;
package org.owasp.webgoat.lessons.vulnerablecomponents;
public interface Contact {

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.vulnerable_components;
package org.owasp.webgoat.lessons.vulnerablecomponents;
import lombok.Data;

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.vulnerable_components;
package org.owasp.webgoat.lessons.vulnerablecomponents;
import org.owasp.webgoat.container.lessons.Category;
import org.owasp.webgoat.container.lessons.Lesson;

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.vulnerable_components;
package org.owasp.webgoat.lessons.vulnerablecomponents;
import com.thoughtworks.xstream.XStream;
import org.apache.commons.lang3.StringUtils;