diff --git a/docs/labs/input1.html b/docs/labs/input1.html index ee3269d5..b8978368 100644 --- a/docs/labs/input1.html +++ b/docs/labs/input1.html @@ -144,7 +144,8 @@

Background

Unfortunately, this program doesn't do proper input validation. In this application -id is supposed to only be an integer within a restricted range. +id is supposed to only 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