Skip to content

Commit

Permalink
Merge pull request #11 from evazion/fix-utf8-xss
Browse files Browse the repository at this point in the history
Fix XSS caused by invalid utf8.
  • Loading branch information
r888888888 committed Feb 18, 2017
2 parents 48a1028 + 5551f4c commit 5a1d932
Show file tree
Hide file tree
Showing 7 changed files with 543 additions and 612 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"

gem "minitest", "~> 5.8"
gem "rake-compiler", "~> 0.9"
gem "jeweler", "~> 2.0"
gem "jeweler", "~> 2.0"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ DEPENDENCIES
rake-compiler (~> 0.9)

BUNDLED WITH
1.13.3
1.14.3

0 comments on commit 5a1d932

Please sign in to comment.