You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ What this gem does specifically:
10
10
- Override `CSV#<<` to sanitize incoming rows.
11
11
- Override `CSV#initialize` to add a converter that will sanitize fields being read.
12
12
13
-
A description of CSV injection attacks on [OWASP](https://www.owasp.org/index.php/CSV_Excel_Macro_Injection)
13
+
A description of CSV injection attacks on [OWASP](https://owasp.org/www-community/attacks/CSV_Injection)
14
14
15
15
Made while working at [Influitive](https://influitive.com/). We kept writing similar code to sanitize CSV output, and I couldn't find a gem to do this for us, so I wrote this.
0 commit comments