Skip to content

Commit 285d467

Browse files
committed
Merge pull request #51 from ozten/patch-1
Fix typo
2 parents 10512e7 + a182c5c commit 285d467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ protected Category getDefaultCategory()
188188

189189
public String getInstructions(WebSession s)
190190
{
191-
String instructions = "The accounts of your web application are only as save as the passwords. "
191+
String instructions = "The accounts of your web application are only as safe as the passwords. "
192192
+ "For this exercise, your job is to test several passwords on <a onclick=\"window.open(this.href,\'_blank\');return false;\" href=\"https://howsecureismypassword.net\">https://howsecureismypassword.net</a>. "
193193
+ " You must test all 6 passwords at the same time...<br>"
194194
+ "<b> On your applications you should set good password requirements! </b>";

0 commit comments

Comments
 (0)