instiki/vendor/plugins/HTML5lib
Jacques Distler 52c1f74ecc Add a couple of XSS tests.
Some more tests from Clint Ruoho. The main branch of Instiki (and, I guess,
the old sanitizer) are vulnerable.

Also: under Ruby 1.8.x, CGI.unescapeHTML screws up horribly decoding NCRs
which represent high-bit ASCII characters. UTF-8 agrees with 7-bit ASCII,
but CGI.unescapeHTML doesn't seem to know that they disagree for i>127.
2009-01-05 16:25:27 -06:00
..
bin Fix Unicode bug 2007-12-17 03:17:43 -06:00
lib Fix Slowdown in Sanitizer Regexp 2008-12-09 08:54:35 -06:00
test Update HTML5lib Sanitizer Test, Accordingly 2008-12-01 14:11:57 -06:00
testdata Add a couple of XSS tests. 2009-01-05 16:25:27 -06:00
History.txt Sanitize url refs in SVG attributes 2007-10-27 17:34:29 -05:00
LICENSE Many Minor Fixes 2007-06-12 17:37:55 -05:00
Manifest.txt Update to latest HTML5lib, Add Maruku testdir 2008-01-08 00:01:35 -06:00
Rakefile.rb Fix Unicode bug 2007-12-17 03:17:43 -06:00
README Minor S5 tweaks and Sync with Latest HTML5lib 2007-08-30 12:19:10 -05:00
test19.rb Fix Busted Functional Tests 2008-01-21 11:59:55 -06:00

html5
    by Ryan King, et al
    http://code.google.com/p/html5lib

== DESCRIPTION:

A ruby implementation of the parsing algorithm in HTML5.


== FEATURES/PROBLEMS:



== SYNOPSIS:

  TODO

== REQUIREMENTS:

* chardet, only tested with 0.9.0

== INSTALL:

* sudo gem install html5

== LICENSE:

Copyright (c) 2006-2007 The Authors

Contributers:
James Graham - jg307@cam.ac.uk
Anne van Kesteren - annevankesteren@gmail.com
Lachlan Hunt - lachlan.hunt@lachy.id.au
Matt McDonald - kanashii@kanashii.ca
Sam Ruby - rubys@intertwingly.net
Ian Hickson (Google) - ian@hixie.ch
Thomas Broyer - t.broyer@ltgt.net
Jacques Distler - distler@golem.ph.utexas.edu
Ryan King - ryan@theryanking.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.