North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Sql injection user userid test #234

Closed David-Prism closed 3 years ago

David-Prism commented 3 years ago

SQL injection A malicious user can do damage to a SQL database with SQL injection. In this case, the actor would make a PUT request to the users/{user_id} endpoint, which might, for example, delete all of that user's data.

Testing:

-To see it in action, go here:

image

Time spent on this task:

DATE ACTIVITY TIME
02/22 Group coding with Farhad and Jenny 2.5 hr
02/24 Created an issue for the task 0.25 hr
02/24 Researched SQL injection 1 hr
02/28 Debugging (Python, VS Code, environment variables, etc) 2 hr
03/04 Worked with Farhad to finish the task 2 hr
David-Prism commented 3 years ago

I'm embarrassed to admit, I don't know how this is a "temporary" version of the repo. I thought this is just the same NSC repo we've all been working on/from...