Sha256: 1c9e03e7bcc215ddddc5463cdef7679d0a3c4cc86540937a606691d032d068ab

Contents?: true

Size: 1.76 KB

Versions: 0

Compression: gzip

Compressed size: 763 Bytes

Stored size: 763 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: artmotion-xss_shield
version: !ruby/object:Gem::Version 
  version: 0.0.1
platform: ruby
authors: 
- Tomasz Wegrzanowski
autorequire: 
bindir: bin
cert_chain: []

date: 2008-06-26 00:00:00 -07:00
default_executable: 
dependencies: []

description: This plugin provides XSS protection for views coded in HAML and RHTML.  ERB templates are sometimes used for HTML, and sometimes for other kinds of languages (SQL, email templates, YAML etc.). XSS Shield protects only those templates with .rhtml extension, leaving templates with .erb extension unprotected.
email: ""
executables: []

extensions: []

extra_rdoc_files: []

files: 
- MIT-LICENSE
- README
- init.rb
- lib/xss_shield
- lib/xss_shield/safe_string.rb
- lib/xss_shield/haml_hacks.rb
- lib/xss_shield/erb_hacks.rb
- lib/xss_shield/secure_helpers.rb
- lib/gem_init.rb
- lib/xss_shield.rb
- test/test_helpers.rb
- test/test_actionview_integration.rb
- test/test_erb.rb
- test/test_haml.rb
- test/test_safe_string.rb
has_rdoc: false
homepage: http://code.google.com/p/xss-shield/
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: 
rubygems_version: 1.2.0
signing_key: 
specification_version: 2
summary: XSS Shield protects your views against cross-site scripting attacks without error-prone manual escaping with h().
test_files: 
- test/test_helpers.rb
- test/test_actionview_integration.rb
- test/test_erb.rb
- test/test_haml.rb
- test/test_safe_string.rb

Package Spec version

artmotion-xss_shield-0.0.1