-
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from onelogin/AUTH-255
AUTH-255: Sanitize document.signed_element_id via a prepared statement Conflicts: Gemfile test/response_test.rb
- Loading branch information
1 parent
84c3a6f
commit 4564638
Showing
5 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
# | ||
# Please keep this file alphabetized and organized | ||
# | ||
source 'http://rubygems.org' | ||
|
||
gemspec | ||
|
||
group :test do | ||
gem "ruby-debug", "~> 0.10.4", :require => nil, :platforms => :ruby_18 | ||
gem "debugger", "~> 1.1", :require => nil, :platforms => :ruby_19 | ||
gem "shoulda", "~> 2.11" | ||
gem "rake", "~> 10" | ||
gem "mocha", "~> 0.14" | ||
gem "nokogiri", "~> 1.5.0" | ||
gem "timecop", "<= 0.6.0" | ||
gem "systemu", "~> 2" | ||
gem "rspec", "~> 2" | ||
if RUBY_VERSION < '1.9' | ||
gem 'nokogiri', '~> 1.5.0' | ||
gem 'ruby-debug', '~> 0.10.4' | ||
elsif RUBY_VERSION < '2.0' | ||
gem 'debugger-linecache', '~> 1.2.0' | ||
gem 'debugger', '~> 1.6.4' | ||
elsif RUBY_VERSION < '2.1' | ||
gem 'byebug', '~> 2.1.1' | ||
else | ||
gem 'pry-byebug' | ||
end | ||
|
||
gem 'mocha', '~> 0.14', :require => false | ||
gem 'rake', '~> 10' | ||
gem 'shoulda', '~> 2.11' | ||
gem 'systemu', '~> 2' | ||
gem 'test-unit', '~> 3' | ||
gem 'timecop', '<= 0.6.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<saml:Response xmlns:saml="urn:oasis:names:tc:SAML:2.0:protocol"> | ||
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> | ||
<ds:SignedInfo> | ||
<ds:Reference URI="#x'] or eval('$evalled = true') or /[@ID='v"/> | ||
</ds:SignedInfo> | ||
</ds:Signature> | ||
</saml:Response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters