Skip to content

Commit 05f88c9

Browse files
committed
So image links are case sensitive - nifty.
1 parent 7f9d1e8 commit 05f88c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blog 5.1 - SQL Injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Another big problem was the use of custom columns in the database. See BugTracke
183183

184184
This poses a difficult problem: I'd like to keep the custom column functionality but I don't want to complicate the SQL and introduce the possibility of more injection attacks. After some discussion we decided to rip out the custom columns for now. Eventually we'll put them back in using a properties table pattern. In effect each custom column would become a row in a key value store style table.
185185

186-
![Properties Table](images/PropertiesTablePattern.png)
186+
![Properties Table](Images/PropertiesTablePattern.png)
187187

188188
When querying for a bug we can look for all the entires in this table to find the properties. It makes some filtering queries a bit harder but we will have a search engine in place for that.
189189

0 commit comments

Comments
 (0)