public
Description: This is the gem containing the monkeypatch fix for REXML
Homepage:
Clone URL: git://github.com/NZKoz/rexml-expansion-fix.git
rexml-expansion-fix / rexml-expansion-fix.gemspec
100644 17 lines (16 sloc) 0.569 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Gem::Specification.new do |s|
  s.name = "rexml-expansion-fix"
  s.version = "1.0.1"
  s.date = "2008-08-31"
  s.summary = "Prevents potentitial DoS attacks to rexml"
  s.email = "michael@koziarski.com"
  s.homepage = "http://github.com/NZKoz/rexml-expansion-fix"
  s.description = "Prevents DoS attacks using the billion-laughs or entity-explosion techniques."
  s.has_rdoc = false
  s.authors = ["Michael Koziarski"]
  s.files = ["README.textile",
"LICENSE",
"example.xml",
"rexml-expansion-fix.gemspec",
"lib/rexml-expansion-fix.rb"]
end