Timeline for What is wrong with writing web applications in a way that merges repository layer with view and with controller in the same file?
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 24, 2019 at 8:07 | audit | Suggested edits | |||
| May 24, 2019 at 8:08 | |||||
| May 5, 2019 at 15:00 | history | tweeted | twitter.com/StackSoftEng/status/1125052721139154944 | ||
| May 1, 2019 at 13:41 | history | edited | Dennis | edited tags | |
| May 1, 2019 at 13:29 | history | edited | Dennis | CC BY-SA 4.0 | added 13 characters in body |
| May 1, 2019 at 13:14 | comment | added | Dennis | @Greg - updated example | |
| May 1, 2019 at 13:13 | history | edited | Dennis | CC BY-SA 4.0 | updates to curb input and SQL vulnerabilities |
| May 1, 2019 at 12:00 | answer | added | Greg Burghardt | timeline score: 4 | |
| May 1, 2019 at 11:34 | comment | added | Greg Burghardt | I just can't get past the SQL injection vulnerability here: $db->query("SELECT data from table where id = $id"); --- using string interpolation (or concatenation) for an unsanitized value taken from user input. Please tell me prepared statements are used in real code... | |
| May 1, 2019 at 2:14 | answer | added | Robert Harvey | timeline score: 6 | |
| Apr 30, 2019 at 22:02 | history | asked | Dennis | CC BY-SA 4.0 |