cmc-csci040 icon indicating copy to clipboard operation
cmc-csci040 copied to clipboard

Testing

Open zealotwithcharge opened this issue 3 years ago • 1 comments

Hi! Are there any resources or methods anyone would recommend to test if the website is bug-free/injection-safe?

zealotwithcharge avatar Dec 14 '21 21:12 zealotwithcharge

The most correct thing to do is use something like the big list of naught strings in an automated test case. (And later classes will be having you do this.)

For this class, you'll be fine if you don't get any errors when passing in a ' to a sql statement of <script>-like tag to the html.

mikeizbicki avatar Dec 15 '21 18:12 mikeizbicki