Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/labs/input1.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ <h2>Background</h2>
<p>
Unfortunately, this program doesn't <i>do</i> proper input validation.
In this application
<tt>id</tt> is supposed to <i>only</i> be an integer within a restricted range.
<tt>id</tt> is supposed to <i>only</i> be an integer
between 1 and 9999 (including those numbers).
As written below it fails to make that check.
In fact, as written,
this program has a vulnerability we haven't discussed yet called
Expand Down
Loading