Skip to content

Commit

Permalink
upgrade loofah to quiet bundle-audit
Browse files Browse the repository at this point in the history
loofah < 2.2.3 has a cross-site scriting vulnerability reported.[1]

[1] flavorjones/loofah#154

Supermarket is not vulnerable to this. The library is being updated out
of an abundance of caution and to appease the vulnerability scanner.

Signed-off-by: Robb Kidd <rkidd@chef.io>
  • Loading branch information
robbkidd committed Oct 31, 2018
1 parent da2768b commit 03100ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile.lock
Expand Up @@ -278,7 +278,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.12)
Expand Down
2 changes: 1 addition & 1 deletion src/supermarket/engines/fieri/Gemfile.lock
Expand Up @@ -101,7 +101,7 @@ GEM
i18n (1.1.1)
concurrent-ruby (~> 1.0)
libyajl2 (1.2.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down

0 comments on commit 03100ab

Please sign in to comment.