Skip to content

Commit

Permalink
기술적인 수정 - 보안취약 사항을 개선합니다
Browse files Browse the repository at this point in the history
  • Loading branch information
dali committed May 14, 2018
1 parent 37300c8 commit 3f45902
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ GEM
json (>= 1.7)
mime-types (>= 1.16)
concurrent-ruby (1.0.4)
crass (1.0.4)
debug_inspector (0.0.2)
envyable (0.2.0)
erubis (2.7.0)
Expand Down Expand Up @@ -222,7 +223,8 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.0.3)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
Expand All @@ -233,13 +235,13 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.6.0)
mini_portile2 (2.1.0)
mini_portile2 (2.3.0)
minitest (5.10.1)
multi_json (1.12.1)
mysql2 (0.4.5)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
puma (3.6.2)
rack (2.0.1)
rack-test (0.6.3)
Expand All @@ -259,8 +261,8 @@ GEM
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
Expand Down

2 comments on commit 3f45902

@MartianLee
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어떤 부분이 보안 취약사항이었을까요!?

@dalikim
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

커밋한 것 보이시죠? 해당 라이브러리들이 보안 취약한 것들이었네요.

Please sign in to comment.