fix: [Snyk] Security upgrade rack-attack from 6.6.1 to 6.7.0 (#7625)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Sojan Jose
2023-07-27 09:06:56 +03:00
committed by GitHub
parent 4c98006837
commit 2d07577731
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ gem 'commonmarker'
# Validate Data against JSON Schema # Validate Data against JSON Schema
gem 'json_schemer' gem 'json_schemer'
# Rack middleware for blocking & throttling abusive requests # Rack middleware for blocking & throttling abusive requests
gem 'rack-attack' gem 'rack-attack', '>= 6.7.0'
# a utility tool for streaming, flexible and safe downloading of remote files # a utility tool for streaming, flexible and safe downloading of remote files
gem 'down' gem 'down'
# authentication type to fetch and send mail over oauth2.0 # authentication type to fetch and send mail over oauth2.0

View File

@@ -550,8 +550,8 @@ GEM
raabro (1.4.0) raabro (1.4.0)
racc (1.7.1) racc (1.7.1)
rack (2.2.7) rack (2.2.7)
rack-attack (6.6.1) rack-attack (6.7.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 4)
rack-cors (2.0.1) rack-cors (2.0.1)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-mini-profiler (3.1.0) rack-mini-profiler (3.1.0)
@@ -903,7 +903,7 @@ DEPENDENCIES
pry-rails pry-rails
puma puma
pundit pundit
rack-attack rack-attack (>= 6.7.0)
rack-cors rack-cors
rack-mini-profiler rack-mini-profiler
rack-timeout rack-timeout