Renamed to securepasswords

This commit is contained in:
Àngel Ollé Blázquez
2022-07-30 22:28:32 +02:00
parent 91470b93ea
commit 827a9d3467
12 changed files with 8 additions and 8 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.secure_passwords;
package org.owasp.webgoat.lessons.securepasswords;
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.secure_passwords;
package org.owasp.webgoat.lessons.securepasswords;
import com.nulabinc.zxcvbn.Strength;
import com.nulabinc.zxcvbn.Zxcvbn;