Skip to content

Commit e77dda3

Browse files
committed
Merge pull request #21 from merwan/patch-1
Fix typo
2 parents cf06e7f + 17d15eb commit e77dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public List<String> getHints(WebSession s)
131131
hints.add("Check for hidden form fields during registration");
132132
hints.add("Typically, web-based buffer overflows occur just above the value of 2 to the power of a number. E.g. 1024 + 1, 2048 + 1, 4096 + 1");
133133
hints.add("Overflow the room number field with 4096+1 characters and look for hidden fields");
134-
hints.add("Enter the VIP name in the first and last naem fields");
134+
hints.add("Enter the VIP name in the first and last name fields");
135135
return hints;
136136
}
137137

0 commit comments

Comments
 (0)