chore: Switch to csv-safe gem to avoid csv injection (#6444)

This commit is contained in:
Sojan Jose
2023-02-14 03:08:36 +05:30
committed by GitHub
parent ff9cadc9a0
commit f0fbaacaf7
6 changed files with 16 additions and 12 deletions

View File

@@ -39,6 +39,8 @@ gem 'rack-attack'
gem 'down', '~> 5.0'
# authentication type to fetch and send mail over oauth2.0
gem 'gmail_xoauth'
# Prevent CSV injection
gem 'csv-safe'
##-- for active storage --##
gem 'aws-sdk-s3', require: false