Skip to content

Commit

Permalink
Satisfy Hakiri
Browse files Browse the repository at this point in the history
There is an OS command injection vulnerability in Ruby Rake < 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character |.
  • Loading branch information
bdunne committed Jan 27, 2022
1 parent 695b0c8 commit de972c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem "awesome_spawn", ">=1.5"
gem "rake"
gem "rake", ">=12.3.3"
gem "rspec", "~>3.6"

0 comments on commit de972c6

Please sign in to comment.