diff --git a/attic/lib/sanitize.rb b/attic/lib/sanitize.rb
index 11f65b5f..77b71863 100644
--- a/attic/lib/sanitize.rb
+++ b/attic/lib/sanitize.rb
@@ -1,207 +1,262 @@
+# == Introduction
+#
+# This module provides sanitization of XHTML+MathML+SVG
+# and of inline style attributes. Its genesis is {described here}[http://golem.ph.utexas.edu/~distler/blog/archives/001181.html].
+#
+# Uses the {HTML5lib parser}[http://code.google.com/p/html5lib/], so that the parsing behaviour should
+# resemble that of browsers.
+#
+# sanitize_xhtml() is a case-sensitive sanitizer, suitable for XHTML
+# sanitize_html() is a case-insensitive sanitizer suitable for HTML
+# sanitize_rexml() sanitizes a REXML tree, returning a string
+# safe_sanitize_xhtml() makes extra-sure that the result is well-formed XHTML
+# by running the output of sanitize_xhtml() through REXML
+#
+# == Files
+#
+# {sanitize.rb}[http://golem.ph.utexas.edu/~distler/code/instiki/svn/lib/sanitize.rb],
+# {HTML5lib}[http://golem.ph.utexas.edu/~distler/code/instiki/svn/vendor/plugins/HTML5lib/]
+#
+# == Author
+#
+# {Jacques Distler}[http://golem.ph.utexas.edu/~distler/]
+#
+# == License
+#
+# Ruby License
+
module Sanitize
-# This module provides sanitization of XHTML+MathML+SVG
-# and of inline style attributes.
+ require 'html5/html5parser'
+ require 'html5/liberalxmlparser'
+ require 'html5/treewalkers'
+ require 'html5/treebuilders'
+ require 'html5/serializer'
+ require 'html5/sanitizer'
+ require 'stringsupport.rb'
+
+ include HTML5
+
+# Sanitize a string, parsed using XHTML parsing rules.
#
-# Based heavily on Sam Ruby's code in the Universal FeedParser.
-
- require 'html/tokenizer'
- require 'node'
-
- acceptable_elements = ['a', 'abbr', 'acronym', 'address', 'area', 'b',
- 'big', 'blockquote', 'br', 'button', 'caption', 'center', 'cite',
- 'code', 'col', 'colgroup', 'dd', 'del', 'dfn', 'dir', 'div', 'dl', 'dt',
- 'em', 'fieldset', 'font', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
- 'hr', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'map',
- 'menu', 'ol', 'optgroup', 'option', 'p', 'pre', 'q', 's', 'samp',
- 'select', 'small', 'span', 'strike', 'strong', 'sub', 'sup', 'table',
- 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'tr', 'tt', 'u',
- 'ul', 'var']
-
- mathml_elements = ['maction', 'math', 'merror', 'mfrac', 'mi',
- 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom',
- 'mprescripts', 'mroot', 'mrow', 'mspace', 'msqrt', 'mstyle', 'msub',
- 'msubsup', 'msup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder',
- 'munderover', 'none']
-
- svg_elements = ['a', 'animate', 'animateColor', 'animateMotion',
- 'animateTransform', 'circle', 'defs', 'desc', 'ellipse', 'font-face',
- 'font-face-name', 'font-face-src', 'g', 'glyph', 'hkern', 'image',
- 'linearGradient', 'line', 'marker', 'metadata', 'missing-glyph',
- 'mpath', 'path', 'polygon', 'polyline', 'radialGradient', 'rect',
- 'set', 'stop', 'svg', 'switch', 'text', 'title', 'tspan', 'use']
-
- acceptable_attributes = ['abbr', 'accept', 'accept-charset', 'accesskey',
- 'action', 'align', 'alt', 'axis', 'border', 'cellpadding',
- 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class',
- 'clear', 'cols', 'colspan', 'color', 'compact', 'coords', 'datetime',
- 'dir', 'disabled', 'enctype', 'for', 'frame', 'headers', 'height',
- 'href', 'hreflang', 'hspace', 'id', 'ismap', 'label', 'lang',
- 'longdesc', 'maxlength', 'media', 'method', 'multiple', 'name',
- 'nohref', 'noshade', 'nowrap', 'prompt', 'readonly', 'rel', 'rev',
- 'rows', 'rowspan', 'rules', 'scope', 'selected', 'shape', 'size',
- 'span', 'src', 'start', 'style', 'summary', 'tabindex', 'target', 'title',
- 'type', 'usemap', 'valign', 'value', 'vspace', 'width', 'xml:lang']
-
-
- mathml_attributes = ['actiontype', 'align', 'columnalign', 'columnalign',
- 'columnalign', 'columnlines', 'columnspacing', 'columnspan', 'depth',
- 'display', 'displaystyle', 'equalcolumns', 'equalrows', 'fence',
- 'fontstyle', 'fontweight', 'frame', 'height', 'linethickness', 'lspace',
- 'mathbackground', 'mathcolor', 'mathvariant', 'mathvariant', 'maxsize',
- 'minsize', 'other', 'rowalign', 'rowalign', 'rowalign', 'rowlines',
- 'rowspacing', 'rowspan', 'rspace', 'scriptlevel', 'selection',
- 'separator', 'stretchy', 'width', 'width', 'xlink:href', 'xlink:show',
- 'xlink:type', 'xmlns', 'xmlns:xlink']
-
-
- svg_attributes = ['accent-height', 'accumulate', 'additive', 'alphabetic',
- 'arabic-form', 'ascent', 'attributeName', 'attributeType',
- 'baseProfile', 'bbox', 'begin', 'by', 'calcMode', 'cap-height',
- 'class', 'color', 'color-rendering', 'content', 'cx', 'cy', 'd', 'dx',
- 'dy', 'descent', 'display', 'dur', 'end', 'fill', 'fill-rule',
- 'font-family', 'font-size', 'font-stretch', 'font-style', 'font-variant',
- 'font-weight', 'from', 'fx', 'fy', 'g1', 'g2', 'glyph-name',
- 'gradientUnits', 'hanging', 'height', 'horiz-adv-x', 'horiz-origin-x',
- 'id', 'ideographic', 'k', 'keyPoints', 'keySplines', 'keyTimes',
- 'lang', 'marker-end', 'marker-mid', 'marker-start', 'markerHeight',
- 'markerUnits', 'markerWidth', 'mathematical', 'max', 'min', 'name',
- 'offset', 'opacity', 'orient', 'origin', 'overline-position',
- 'overline-thickness', 'panose-1', 'path', 'pathLength', 'points',
- 'preserveAspectRatio', 'r', 'refX', 'refY', 'repeatCount', 'repeatDur',
- 'requiredExtensions', 'requiredFeatures', 'restart', 'rotate', 'rx',
- 'ry', 'slope', 'stemh', 'stemv', 'stop-color', 'stop-opacity',
- 'strikethrough-position', 'strikethrough-thickness', 'stroke',
- 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap',
- 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity',
- 'stroke-width', 'systemLanguage', 'target',
- 'text-anchor', 'to', 'transform', 'type', 'u1', 'u2',
- 'underline-position', 'underline-thickness', 'unicode',
- 'unicode-range', 'units-per-em', 'values', 'version', 'viewBox',
- 'visibility', 'width', 'widths', 'x', 'x-height', 'x1', 'x2',
- 'xlink:actuate', 'xlink:arcrole', 'xlink:href', 'xlink:role',
- 'xlink:show', 'xlink:title', 'xlink:type', 'xml:base', 'xml:lang',
- 'xml:space', 'xmlns', 'xmlns:xlink', 'y', 'y1', 'y2', 'zoomAndPan']
-
- attr_val_is_uri = ['href', 'src', 'cite', 'action', 'longdesc', 'xlink:href']
+# :call-seq:
+# sanitize_xhtml(string) -> string
+# sanitize_xhtml(string, {:encoding => 'iso-8859-1', :to_tree => true}) -> REXML::Document
+#
+# Unless otherwise specified, the string is assumed to be utf-8 encoded.
+# By default, the output is a string. But, optionally, you can return a REXML tree.
+#
+# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
+# (REXML trees are always utf-8 encoded.)
+ def sanitize_xhtml(html, options = {})
+ @encoding = 'utf-8'
+ @treebuilder = TreeBuilders::REXML::TreeBuilder
+ @to_tree = false
+ options.each do |name, value|
+ next unless %w(encoding treebuilder to_tree).include? name.to_s
+ if name.to_s == 'treebuilder'
+ @treebuilder = HTML5lib::TreeBuilders.get_tree_builder(value)
+ else
+ instance_variable_set("@#{name}", value)
+ end
+ end
+ if @encoding == 'utf-8'
+ parsed = XHTMLParser.parse_fragment(html.to_utf8, {:tokenizer => HTMLSanitizer,
+ :lowercase_element_name => false, :lowercase_attr_name => false,
+ :encoding => @encoding, :tree => @treebuilder })
+ else
+ parsed = XHTMLParser.parse_fragment(html.to_ncr, {:tokenizer => HTMLSanitizer,
+ :lowercase_element_name => false, :lowercase_attr_name => false,
+ :encoding => @encoding, :tree => @treebuilder })
+ end
+ return parsed if @to_tree
+ return parsed.to_s
+ end
- acceptable_css_properties = ['azimuth', 'background-color',
- 'border-bottom-color', 'border-collapse', 'border-color',
- 'border-left-color', 'border-right-color', 'border-top-color', 'clear',
- 'color', 'cursor', 'direction', 'display', 'elevation', 'float', 'font',
- 'font-family', 'font-size', 'font-style', 'font-variant', 'font-weight',
- 'height', 'letter-spacing', 'line-height', 'overflow', 'pause',
- 'pause-after', 'pause-before', 'pitch', 'pitch-range', 'richness',
- 'speak', 'speak-header', 'speak-numeral', 'speak-punctuation',
- 'speech-rate', 'stress', 'text-align', 'text-decoration', 'text-indent',
- 'unicode-bidi', 'vertical-align', 'voice-family', 'volume',
- 'white-space', 'width']
+# Sanitize a string, parsed using XHTML parsing rules. Reparse the result to
+# ensure well-formedness.
+#
+# :call-seq:
+# safe_sanitize_xhtml(string) -> string
+#
+# Unless otherwise specified, the string is assumed to be utf-8 encoded.
+#
+# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
+# (REXML trees are always utf-8 encoded.)
+ def safe_sanitize_xhtml(html, options = {})
+ options[:to_tree] = false
+ sanitized = sanitize_xhtml(html, options)
+ doc = REXML::Document.new("
#{sanitized}
")
+ sanitized = doc.to_s.gsub(/\A(.*)<\/div>\Z/m, '\1')
+ rescue REXML::ParseException
+ sanitized = sanitized.escapeHTML
+ end
- acceptable_css_keywords = ['auto', 'aqua', 'black', 'block', 'blue',
- 'bold', 'both', 'bottom', 'brown', 'center', 'collapse', 'dashed',
- 'dotted', 'fuchsia', 'gray', 'green', '!important', 'italic', 'left',
- 'lime', 'maroon', 'medium', 'none', 'navy', 'normal', 'nowrap', 'olive',
- 'pointer', 'purple', 'red', 'right', 'solid', 'silver', 'teal', 'top',
- 'transparent', 'underline', 'white', 'yellow']
+# Sanitize a string, parsed using HTML parsing rules.
+#
+# :call-seq:
+# sanitize_html( string ) -> string
+# sanitize_html( string, {:encoding => 'iso-8859-1', :to_tree => true} ) -> REXML::Document
+#
+# Unless otherwise specified, the string is assumed to be utf-8 encoded.
+# By default, the output is a string. But, optionally, you can return a REXML tree.
+#
+# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
+# (REXML trees are always utf-8 encoded.)
+ def sanitize_html(html, options = {})
+ @encoding = 'utf-8'
+ @treebuilder = TreeBuilders::REXML::TreeBuilder
+ @to_tree = false
+ options.each do |name, value|
+ next unless %w(encoding treebuilder to_tree).include? name.to_s
+ if name.to_s == 'treebuilder'
+ @treebuilder = HTML5lib::TreeBuilders.get_tree_builder(value)
+ else
+ instance_variable_set("@#{name}", value)
+ end
+ end
+ if @encoding == 'utf-8'
+ parsed = HTMLParser.parse_fragment(html.to_utf8, {:tokenizer => HTMLSanitizer,
+ :encoding => @encoding, :tree => @treebuilder })
+ else
+ parsed = HTMLParser.parse_fragment(html.to_ncr, {:tokenizer => HTMLSanitizer,
+ :encoding => @encoding, :tree => @treebuilder })
+ end
+ return parsed if @to_tree
+ return parsed.to_s
+ end
- acceptable_svg_properties = [ 'fill', 'fill-opacity', 'fill-rule',
- 'stroke', 'stroke-width', 'stroke-linecap', 'stroke-linejoin',
- 'stroke-opacity']
+# Sanitize a REXML tree. The output is a string.
+#
+# :call-seq:
+# sanitize_rexml(tree) -> string
+#
+ def sanitize_rexml(tree)
+ tokens = TreeWalkers.get_tree_walker('rexml2').new(tree)
+ XHTMLSerializer.serialize(tokens, {:encoding=>'utf-8',
+ :space_before_trailing_solidus => true,
+ :inject_meta_charset => false,
+ :sanitize => true})
+ end
+end
- acceptable_protocols = [ 'ed2k', 'ftp', 'http', 'https', 'irc',
- 'mailto', 'news', 'gopher', 'nntp', 'telnet', 'webcal',
- 'xmpp', 'callto', 'feed', 'urn', 'aim', 'rsync', 'tag',
- 'ssh', 'sftp', 'rtsp', 'afs' ]
+require 'rexml/element'
+module REXML #:nodoc:
+ class Element
- ALLOWED_ELEMENTS = acceptable_elements + mathml_elements + svg_elements unless defined?(ALLOWED_ELEMENTS)
- ALLOWED_ATTRIBUTES = acceptable_attributes + mathml_attributes + svg_attributes unless defined?(ALLOWED_ATTRIBUTES)
- ALLOWED_CSS_PROPERTIES = acceptable_css_properties unless defined?(ALLOWED_CSS_PROPERTIES)
- ALLOWED_CSS_KEYWORDS = acceptable_css_keywords unless defined?(ALLOWED_CSS_KEYWORDS)
- ALLOWED_SVG_PROPERTIES = acceptable_svg_properties unless defined?(ALLOWED_SVG_PROPERTIES)
- ALLOWED_PROTOCOLS = acceptable_protocols unless defined?(ALLOWED_PROTOCOLS)
- ATTR_VAL_IS_URI = attr_val_is_uri unless defined?(ATTR_VAL_IS_URI)
+# Convert XHTML+MathML Named Entities in a REXML::Element to Numeric Character References
+#
+# :call-seq:
+# tree.to_ncr -> REXML::Element
+#
+# REXML, typically, converts NCRs to utf-8 characters, which is what you'll see when you
+# access the resulting REXML document.
+#
+# Note that this method needs to traverse the entire tree, converting text nodes and attributes
+# for each element. This can be SLOW. It will often be faster to serialize to a string and then
+# use String.to_ncr instead.
+#
+ def to_ncr
+ self.each_element { |el|
+ el.texts.each_index {|i|
+ el.texts[i].value = el.texts[i].to_s.to_ncr
+ }
+ el.attributes.each { |name,val|
+ el.attributes[name] = val.to_ncr
+ }
+ el.to_ncr if el.has_elements?
+ }
+ return self
+ end
+
+# Convert XHTML+MathML Named Entities in a REXML::Element to UTF-8
+#
+# :call-seq:
+# tree.to_utf8 -> REXML::Element
+#
+# Note that this method needs to traverse the entire tree, converting text nodes and attributes
+# for each element. This can be SLOW. It will often be faster to serialize to a string and then
+# use String.to_utf8 instead.
+#
+ def to_utf8
+ self.each_element { |el|
+ el.texts.each_index {|i|
+ el.texts[i].value = el.texts[i].to_s.to_utf8
+ }
+ el.attributes.each { |name,val|
+ el.attributes[name] = val.to_utf8
+ }
+ el.to_utf8 if el.has_elements?
+ }
+ return self
+ end
- # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and stripping out all
- # attributes not in ALLOWED_ATTRIBUTES. Style attributes are parsed, and a restricted set,
- # specified by ALLOWED_CSS_PROPERTIES and ALLOWED_CSS_KEYWORDS, are allowed through.
- # attributes in ATTR_VAL_IS_URI are scanned, and only URI schemes specified in
- # ALLOWED_PROTOCOLS are allowed.
- # You can adjust what gets sanitized, by defining these constant arrays before this Module is loaded.
- #
- # sanitize_html('')
- # => <script> do_nasty_stuff() </script>
- # sanitize_html('
Click here for $100')
- # =>
Click here for $100
- def sanitize_html(html)
- if html.index("<")
- tokenizer = HTML::Tokenizer.new(html)
- new_text = ""
+ end
+end
- while token = tokenizer.next
- node = XHTML::Node.parse(nil, 0, 0, token, false)
- new_text << case node.tag?
- when true
- if ALLOWED_ELEMENTS.include?(node.name)
- if node.closing != :close
- node.attributes.delete_if { |attr,v| !ALLOWED_ATTRIBUTES.include?(attr) }
- ATTR_VAL_IS_URI.each do |attr|
- val_unescaped = CGI.unescapeHTML(node.attributes[attr].to_s).gsub(/[\000-\040\177\s]+|\302*[\200-\240]/,'').downcase
- if val_unescaped =~ /^[a-z0-9][-+.a-z0-9]*:/ and !ALLOWED_PROTOCOLS.include?(val_unescaped.split(':')[0])
- node.attributes.delete attr
- end
- end
- if node.attributes['style']
- node.attributes['style'] = sanitize_css(node.attributes['style'])
- end
- end
- node.to_s
- else
- node.to_s.gsub(/, "<")
- end
- else
- node.to_s.gsub(/, "<")
- end
- end
+module HTML5 #:nodoc: all
+ module TreeWalkers
- html = new_text
+ private
+
+ class << self
+ def [](name)
+ case name.to_s.downcase
+ when 'rexml'
+ require 'html5/treewalkers/rexml'
+ REXML::TreeWalker
+ when 'rexml2'
+ REXML2::TreeWalker
+ else
+ raise "Unknown TreeWalker #{name}"
end
- html
end
-
- def sanitize_css(style)
- # disallow urls
- style = style.to_s.gsub(/url\s*\(\s*[^\s)]+?\s*\)\s*/, ' ')
- # gauntlet
- if style !~ /^([:,;#%.\sa-zA-Z0-9!]|\w-\w|\'[\s\w]+\'|\"[\s\w]+\"|\([\d,\s]+\))*$/
- style = ''
- return style
- end
- if style !~ /^(\s*[-\w]+\s*:\s*[^:;]*(;|$))*$/
- style = ''
- return style
- end
+ alias :get_tree_walker :[]
+ end
- clean = []
- style.scan(/([-\w]+)\s*:\s*([^:;]*)/) do |prop,val|
- if ALLOWED_CSS_PROPERTIES.include?(prop.downcase)
- clean << prop + ': ' + val + ';'
- elsif ['background','border','margin','padding'].include?(prop.split('-')[0].downcase)
- goodval = true
- val.split().each do |keyword|
- if !ALLOWED_CSS_KEYWORDS.include?(keyword) and
- keyword !~ /^(#[0-9a-f]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$/
- goodval = false
- end
- end
- if goodval
- clean << prop + ': ' + val + ';'
- end
- elsif ALLOWED_SVG_PROPERTIES.include?(prop.downcase)
- clean << prop + ': ' + val + ';'
+ module REXML2
+ class TreeWalker < HTML5::TreeWalkers::NonRecursiveTreeWalker
+
+ private
+
+ def node_details(node)
+ case node
+ when ::REXML::Document
+ [:DOCUMENT]
+ when ::REXML::Element
+ if !node.name
+ [:DOCUMENT_FRAGMENT]
+ else
+ [:ELEMENT, node.name,
+ node.attributes.map {|name,value| [name,value.to_utf8]},
+ node.has_elements? || node.has_text?]
end
+ when ::REXML::Text
+ [:TEXT, node.value.to_utf8]
+ when ::REXML::Comment
+ [:COMMENT, node.string]
+ when ::REXML::DocType
+ [:DOCTYPE, node.name, node.public, node.system]
+ when ::REXML::XMLDecl
+ [nil]
+ else
+ [:UNKNOWN, node.class.inspect]
end
+ end
- style = clean.join(' ')
+ def first_child(node)
+ node.children.first
+ end
+
+ def next_sibling(node)
+ node.next_sibling
+ end
+
+ def parent(node)
+ node.parent
+ end
end
-end
+ end
+ end
+end
diff --git a/attic/test/unit/sanitize_test.rb b/attic/test/unit/sanitize_test.rb
index 9ac2247e..78a65565 100644
--- a/attic/test/unit/sanitize_test.rb
+++ b/attic/test/unit/sanitize_test.rb
@@ -1,187 +1,189 @@
#!/usr/bin/env ruby
-require File.expand_path(File.join(File.dirname(__FILE__), '/../test_helper'))
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'sanitize'
+require 'json'
+
class SanitizeTest < Test::Unit::TestCase
+
include Sanitize
def setup
end
- Sanitize::ALLOWED_ELEMENTS.each do |tag_name|
+ def do_sanitize_xhtml stream
+ safe_sanitize_xhtml(stream)
+ end
+
+ def check_sanitization(input, htmloutput, xhtmloutput, rexmloutput)
+ assert_equal htmloutput, do_sanitize_xhtml(input)
+ end
+
+ def rexml_doc(string)
+ REXML::Document.new(
+ "
#{string}
")
+ end
+
+ def my_rex(string)
+ sanitize_rexml(rexml_doc(string.to_utf8)).gsub(/\A
(.*)<\/div>\Z/m, '\1')
+ end
+
+ def test_sanitize_named_entities
+ input = '
Greek &phis; φ, double-struck 𝔸, numeric 𝔸 ⁗, uppercase ™ <
'
+ output = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric \360\235\224\270 \342\201\227, uppercase \342\204\242 <
"
+ output2 = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric 𝔸 ⁗, uppercase \342\204\242 <
"
+ assert_equal(output, sanitize_xhtml(input))
+ assert_equal(output, sanitize_html(input))
+ assert_equal(output, my_rex(input))
+ assert_equal(output2, input.to_utf8)
+ end
+
+ def test_sanitize_malformed_utf8
+ input = "
\357elephant & \302ivory
"
+ output = "
\357\277\275elephant & \357\277\275ivory
"
+ check_sanitization(input, output, output, output)
+ end
+
+ Sanitizer::ALLOWED_ELEMENTS.each do |tag_name|
define_method "test_should_allow_#{tag_name}_tag" do
- assert_equal "<#{tag_name} title=\"1\">foo <bad>bar</bad> baz#{tag_name}>",
- sanitize_html("<#{tag_name} title='1'>foo
bar baz#{tag_name}>")
+ input = "<#{tag_name} title='1'>foo
bar baz#{tag_name}>"
+ htmloutput = "<#{tag_name.downcase} title='1'>foo <bad>bar</bad> baz#{tag_name.downcase}>"
+ xhtmloutput = "<#{tag_name} title='1'>foo <bad>bar</bad> baz#{tag_name}>"
+ rexmloutput = xhtmloutput
+
+ if %w[caption colgroup optgroup option tbody td tfoot th thead tr].include?(tag_name)
+ htmloutput = "foo <bad>bar</bad> baz"
+ xhtmloutput = htmloutput
+ elsif tag_name == 'col'
+ htmloutput = "foo <bad>bar</bad> baz"
+ xhtmloutput = htmloutput
+ rexmloutput = "
"
+ elsif tag_name == 'table'
+ htmloutput = "foo <bad>bar</bad>baz
"
+ xhtmloutput = htmloutput
+ elsif tag_name == 'image'
+ htmloutput = "
foo <bad>bar</bad> baz"
+ xhtmloutput = htmloutput
+ rexmloutput = "
foo <bad>bar</bad> baz"
+ elsif VOID_ELEMENTS.include?(tag_name)
+ htmloutput = "<#{tag_name} title='1'/>foo <bad>bar</bad> baz"
+ xhtmloutput = htmloutput
+ htmloutput += '
' if tag_name == 'br'
+ rexmloutput = "<#{tag_name} title='1' />"
+ end
+ check_sanitization(input, xhtmloutput, xhtmloutput, rexmloutput)
end
end
- Sanitize::ALLOWED_ELEMENTS.each do |tag_name|
+ Sanitizer::ALLOWED_ELEMENTS.each do |tag_name|
define_method "test_should_forbid_#{tag_name.upcase}_tag" do
- assert_equal "<#{tag_name.upcase} title=\"1\">foo <bad>bar</bad> baz</#{tag_name.upcase}>",
- sanitize_html("<#{tag_name.upcase} title='1'>foo
bar baz#{tag_name.upcase}>")
+ input = "<#{tag_name.upcase} title='1'>foo
bar baz#{tag_name.upcase}>"
+ output = "<#{tag_name.upcase} title=\"1\">foo <bad>bar</bad> baz</#{tag_name.upcase}>"
+ xhtmloutput = "<#{tag_name.upcase} title='1'>foo <bad>bar</bad> baz</#{tag_name.upcase}>"
+ check_sanitization(input, output, xhtmloutput, output)
end
end
- Sanitize::ALLOWED_ATTRIBUTES.each do |attribute_name|
- if attribute_name != 'style'
- define_method "test_should_allow_#{attribute_name}_attribute" do
- assert_equal "
foo <bad>bar</bad> baz
",
- sanitize_html("
foo bar baz
")
+ Sanitizer::ALLOWED_ATTRIBUTES.each do |attribute_name|
+ next if attribute_name == 'style' || attribute_name.include?(':')
+ define_method "test_should_allow_#{attribute_name}_attribute" do
+ input = "
foo bar baz
"
+ output = "
foo <bad>bar</bad> baz
"
+ htmloutput = "
foo <bad>bar</bad> baz
"
+ check_sanitization(input, output, output, output)
+ end
+ end
+
+ Sanitizer::ALLOWED_ATTRIBUTES.each do |attribute_name|
+ define_method "test_should_forbid_#{attribute_name.upcase}_attribute" do
+ input = "
foo bar baz
"
+ output = "
foo <bad>bar</bad> baz
"
+ check_sanitization(input, output, output, output)
+ end
+ end
+
+ Sanitizer::ALLOWED_PROTOCOLS.each do |protocol|
+ define_method "test_should_allow_#{protocol}_uris" do
+ input = %(
foo)
+ output = "
foo"
+ check_sanitization(input, output, output, output)
+ end
+ end
+
+ Sanitizer::ALLOWED_PROTOCOLS.each do |protocol|
+ define_method "test_should_allow_uppercase_#{protocol}_uris" do
+ input = %(
foo)
+ output = "
foo"
+ check_sanitization(input, output, output, output)
+ end
+ end
+
+ Sanitizer::SVG_ALLOW_LOCAL_HREF.each do |tag_name|
+ next unless Sanitizer::ALLOWED_ELEMENTS.include?(tag_name)
+ define_method "test_#{tag_name}_should_allow_local_href_with_ns_decl" do
+ input = %(<#{tag_name} xlink:href="#foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
+ output = "<#{tag_name.downcase} xlink:href='#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ xhtmloutput = "<#{tag_name} xlink:href='#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+
+ define_method "test_#{tag_name}_should_allow_local_href_with_newline_and_ns_decl" do
+ input = %(<#{tag_name} xlink:href="\n#foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
+ output = "<#{tag_name.downcase} xlink:href='\n#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ xhtmloutput = "<#{tag_name} xlink:href='\n#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+
+ define_method "test_#{tag_name}_should_forbid_local_href_without_ns_decl" do
+ input = %(<#{tag_name} xlink:href="#foo"/>)
+ output = "<#{tag_name.downcase} xlink:href='#foo'/>"
+ xhtmloutput = "<#{tag_name} xlink:href='#foo'></#{tag_name}>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+
+ define_method "test_#{tag_name}_should_forbid_local_href_with_newline_without_ns_decl" do
+ input = %(<#{tag_name} xlink:href="\n#foo"/>)
+ output = "<#{tag_name.downcase} xlink:href='\n#foo'/>"
+ xhtmloutput = "<#{tag_name} xlink:href='\n#foo'></#{tag_name}>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+
+ define_method "test_#{tag_name}_should_forbid_nonlocal_href_with_ns_decl" do
+ input = %(<#{tag_name} xlink:href="http://bad.com/foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
+ output = "<#{tag_name.downcase} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ xhtmloutput = "<#{tag_name} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+
+ define_method "test_#{tag_name}_should_forbid_nonlocal_href_with_newline_and_ns_decl" do
+ input = %(<#{tag_name} xlink:href="\nhttp://bad.com/foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
+ output = "<#{tag_name.downcase} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ xhtmloutput = "<#{tag_name} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
+ check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
+ end
+ end
+
+ def test_should_handle_astral_plane_characters
+ input = "
𝒵 𝔸
"
+ output = "
\360\235\222\265 \360\235\224\270
"
+ check_sanitization(input, output, output, output)
+
+ input = "
\360\235\224\270 a
"
+ output = "
\360\235\224\270 a
"
+ check_sanitization(input, output, output, output)
+ end
+
+ JSON::parse(open(File.expand_path(File.join(File.dirname(__FILE__), '/../sanitizer.dat'))).read).each do |test|
+ define_method "test_#{test['name']}" do
+ check_sanitization(
+ test['input'],
+ test['output'],
+ test['xhtml'] || test['output'],
+ test['rexml'] || test['output']
+ )
end
end
- end
-
- Sanitize::ALLOWED_ATTRIBUTES.each do |attribute_name|
- define_method "test_should_forbid_#{attribute_name.upcase}_attribute" do
- assert_equal "
foo <bad>bar</bad> baz
",
- sanitize_html("
foo bar baz
")
- end
- end
-
- Sanitize::ALLOWED_PROTOCOLS.each do |protocol|
- define_method "test_should_allow_#{protocol}_uris" do
- assert_equal "
foo",
- sanitize_html(%(
foo))
- end
- end
-
- Sanitize::ALLOWED_PROTOCOLS.each do |protocol|
- define_method "test_should_allow_uppercase_#{protocol}_uris" do
- assert_equal "
foo",
- sanitize_html(%(
foo))
- end
- end
-
- def test_should_allow_anchors
- assert_equal "
<script>baz</script>",
- sanitize_html("
")
- end
-
- # RFC 3986, sec 4.2
- def test_allow_colons_in_path_component
- assert_equal "
foo",
- sanitize_html("
foo")
- end
-
- %w(src width height alt).each do |img_attr|
- define_method "test_should_allow_image_#{img_attr}_attribute" do
- assert_equal "
",
- sanitize_html("
")
- end
- end
-
- def test_should_handle_non_html
- assert_equal 'abc', sanitize_html("abc")
- end
-
- def test_should_handle_blank_text
- assert_equal '', sanitize_html('')
- end
-
- [%w(img src), %w(a href)].each do |(tag, attr)|
- define_method "test_should_strip_#{attr}_attribute_in_#{tag}_with_bad_protocols" do
- assert_equal %(<#{tag} title="1">boo#{tag}>), sanitize_html(%(<#{tag} #{attr}="javascript:XSS" title="1">boo#{tag}>))
- end
- end
-
- [%w(img src), %w(a href)].each do |(tag, attr)|
- define_method "test_should_strip_#{attr}_attribute_in_#{tag}_with_bad_protocols_and_whitespace" do
- assert_equal %(<#{tag} title="1">boo#{tag}>), sanitize_html(%(<#{tag} #{attr}=" javascript:XSS" title="1">boo#{tag}>))
- end
- end
-
- [%(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
),
- %(
)].each_with_index do |img_hack, i|
- define_method "test_should_not_fall_for_xss_image_hack_#{i}" do
- assert_equal "
", sanitize_html(img_hack)
- end
- end
-
- def test_should_sanitize_tag_broken_up_by_null
- assert_equal "<scr>alert(\"XSS\")</scr>", sanitize_html(%(
alert(\"XSS\")))
- end
-
- def test_should_sanitize_invalid_script_tag
- assert_equal "<script /></script>", sanitize_html(%())
- end
-
- def test_should_sanitize_script_tag_with_multiple_open_brackets
- assert_equal "<<script>alert(\"XSS\");//<</script>", sanitize_html(%(<))
- assert_equal %(<iframe src="http:" /><), sanitize_html(%(
", sanitize_html(%())
- assert_equal "foo",
- sanitize_html('foo')
- assert_equal "",
- sanitize_html('')
- end
-
- def test_img_dynsrc_lowsrc
- assert_equal "",
- sanitize_html(%())
- assert_equal "",
- sanitize_html(%())
- end
-
- def test_div_background_image_unicode_encoded
- assert_equal 'foo
',
- sanitize_html(%(foo
))
- end
-
- def test_div_expression
- assert_equal 'foo
',
- sanitize_html(%(foo
))
- end
-
- def test_img_vbscript
- assert_equal '',
- sanitize_html(%())
- end
end
diff --git a/vendor/plugins/HTML5lib/History.txt b/attic/vendor/plugins/HTML5lib/History.txt
similarity index 100%
rename from vendor/plugins/HTML5lib/History.txt
rename to attic/vendor/plugins/HTML5lib/History.txt
diff --git a/vendor/plugins/HTML5lib/LICENSE b/attic/vendor/plugins/HTML5lib/LICENSE
similarity index 100%
rename from vendor/plugins/HTML5lib/LICENSE
rename to attic/vendor/plugins/HTML5lib/LICENSE
diff --git a/vendor/plugins/HTML5lib/Manifest.txt b/attic/vendor/plugins/HTML5lib/Manifest.txt
similarity index 100%
rename from vendor/plugins/HTML5lib/Manifest.txt
rename to attic/vendor/plugins/HTML5lib/Manifest.txt
diff --git a/vendor/plugins/HTML5lib/README b/attic/vendor/plugins/HTML5lib/README
similarity index 100%
rename from vendor/plugins/HTML5lib/README
rename to attic/vendor/plugins/HTML5lib/README
diff --git a/vendor/plugins/HTML5lib/Rakefile.rb b/attic/vendor/plugins/HTML5lib/Rakefile.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/Rakefile.rb
rename to attic/vendor/plugins/HTML5lib/Rakefile.rb
diff --git a/vendor/plugins/HTML5lib/bin/html5 b/attic/vendor/plugins/HTML5lib/bin/html5
similarity index 100%
rename from vendor/plugins/HTML5lib/bin/html5
rename to attic/vendor/plugins/HTML5lib/bin/html5
diff --git a/vendor/plugins/HTML5lib/lib/html5.rb b/attic/vendor/plugins/HTML5lib/lib/html5.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/cli.rb b/attic/vendor/plugins/HTML5lib/lib/html5/cli.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/cli.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/cli.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/constants.rb b/attic/vendor/plugins/HTML5lib/lib/html5/constants.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/constants.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/constants.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/base.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/base.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/base.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/base.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/inject_meta_charset.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/inject_meta_charset.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/inject_meta_charset.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/inject_meta_charset.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/iso639codes.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/iso639codes.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/iso639codes.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/iso639codes.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/optionaltags.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/optionaltags.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/optionaltags.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/optionaltags.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/rfc2046.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/rfc2046.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/rfc2046.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/rfc2046.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/rfc3987.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/rfc3987.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/rfc3987.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/rfc3987.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/sanitizer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/sanitizer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/sanitizer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/sanitizer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/validator.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/validator.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/validator.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/validator.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/filters/whitespace.rb b/attic/vendor/plugins/HTML5lib/lib/html5/filters/whitespace.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/filters/whitespace.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/filters/whitespace.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/after_body_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_body_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/after_body_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_body_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/after_frameset_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_frameset_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/after_frameset_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_frameset_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/after_head_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_head_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/after_head_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/after_head_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/before_head_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/before_head_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/before_head_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/before_head_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_body_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_body_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_body_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_body_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_caption_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_caption_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_caption_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_caption_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_cell_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_cell_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_cell_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_cell_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_column_group_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_column_group_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_column_group_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_column_group_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_frameset_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_frameset_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_frameset_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_frameset_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_head_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_head_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_head_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_head_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_row_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_row_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_row_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_row_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_select_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_select_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_select_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_select_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_body_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_body_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_body_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_body_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/in_table_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/initial_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/initial_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/initial_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/initial_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/root_element_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/root_element_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/root_element_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/root_element_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/html5parser/trailing_end_phase.rb b/attic/vendor/plugins/HTML5lib/lib/html5/html5parser/trailing_end_phase.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/html5parser/trailing_end_phase.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/html5parser/trailing_end_phase.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/inputstream.rb b/attic/vendor/plugins/HTML5lib/lib/html5/inputstream.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/inputstream.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/inputstream.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/liberalxmlparser.rb b/attic/vendor/plugins/HTML5lib/lib/html5/liberalxmlparser.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/liberalxmlparser.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/liberalxmlparser.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/sanitizer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/sanitizer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/sanitizer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/sanitizer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/serializer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/serializer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/serializer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/serializer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/serializer/htmlserializer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/serializer/htmlserializer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/serializer/htmlserializer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/serializer/htmlserializer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/serializer/xhtmlserializer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/serializer/xhtmlserializer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/serializer/xhtmlserializer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/serializer/xhtmlserializer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/sniffer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/sniffer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/sniffer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/sniffer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/tokenizer.rb b/attic/vendor/plugins/HTML5lib/lib/html5/tokenizer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/tokenizer.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/tokenizer.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treebuilders.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treebuilders.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treebuilders.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treebuilders.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treebuilders/base.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/base.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treebuilders/base.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/base.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treebuilders/hpricot.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/hpricot.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treebuilders/hpricot.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/hpricot.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treebuilders/rexml.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/rexml.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treebuilders/rexml.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/rexml.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treebuilders/simpletree.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/simpletree.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treebuilders/simpletree.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treebuilders/simpletree.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treewalkers.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treewalkers.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treewalkers.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treewalkers.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treewalkers/base.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/base.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treewalkers/base.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/base.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treewalkers/hpricot.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/hpricot.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treewalkers/hpricot.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/hpricot.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treewalkers/rexml.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/rexml.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treewalkers/rexml.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/rexml.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/treewalkers/simpletree.rb b/attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/simpletree.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/treewalkers/simpletree.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/treewalkers/simpletree.rb
diff --git a/vendor/plugins/HTML5lib/lib/html5/version.rb b/attic/vendor/plugins/HTML5lib/lib/html5/version.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/lib/html5/version.rb
rename to attic/vendor/plugins/HTML5lib/lib/html5/version.rb
diff --git a/vendor/plugins/HTML5lib/test/preamble.rb b/attic/vendor/plugins/HTML5lib/test/preamble.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/preamble.rb
rename to attic/vendor/plugins/HTML5lib/test/preamble.rb
diff --git a/vendor/plugins/HTML5lib/test/test_cli.rb b/attic/vendor/plugins/HTML5lib/test/test_cli.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_cli.rb
rename to attic/vendor/plugins/HTML5lib/test/test_cli.rb
diff --git a/vendor/plugins/HTML5lib/test/test_encoding.rb b/attic/vendor/plugins/HTML5lib/test/test_encoding.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_encoding.rb
rename to attic/vendor/plugins/HTML5lib/test/test_encoding.rb
diff --git a/vendor/plugins/HTML5lib/test/test_input_stream.rb b/attic/vendor/plugins/HTML5lib/test/test_input_stream.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_input_stream.rb
rename to attic/vendor/plugins/HTML5lib/test/test_input_stream.rb
diff --git a/vendor/plugins/HTML5lib/test/test_lxp.rb b/attic/vendor/plugins/HTML5lib/test/test_lxp.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_lxp.rb
rename to attic/vendor/plugins/HTML5lib/test/test_lxp.rb
diff --git a/vendor/plugins/HTML5lib/test/test_parser.rb b/attic/vendor/plugins/HTML5lib/test/test_parser.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_parser.rb
rename to attic/vendor/plugins/HTML5lib/test/test_parser.rb
diff --git a/vendor/plugins/HTML5lib/test/test_sanitizer.rb b/attic/vendor/plugins/HTML5lib/test/test_sanitizer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_sanitizer.rb
rename to attic/vendor/plugins/HTML5lib/test/test_sanitizer.rb
diff --git a/vendor/plugins/HTML5lib/test/test_serializer.rb b/attic/vendor/plugins/HTML5lib/test/test_serializer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_serializer.rb
rename to attic/vendor/plugins/HTML5lib/test/test_serializer.rb
diff --git a/vendor/plugins/HTML5lib/test/test_sniffer.rb b/attic/vendor/plugins/HTML5lib/test/test_sniffer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_sniffer.rb
rename to attic/vendor/plugins/HTML5lib/test/test_sniffer.rb
diff --git a/vendor/plugins/HTML5lib/test/test_stream.rb b/attic/vendor/plugins/HTML5lib/test/test_stream.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_stream.rb
rename to attic/vendor/plugins/HTML5lib/test/test_stream.rb
diff --git a/vendor/plugins/HTML5lib/test/test_tokenizer.rb b/attic/vendor/plugins/HTML5lib/test/test_tokenizer.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_tokenizer.rb
rename to attic/vendor/plugins/HTML5lib/test/test_tokenizer.rb
diff --git a/vendor/plugins/HTML5lib/test/test_treewalkers.rb b/attic/vendor/plugins/HTML5lib/test/test_treewalkers.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_treewalkers.rb
rename to attic/vendor/plugins/HTML5lib/test/test_treewalkers.rb
diff --git a/vendor/plugins/HTML5lib/test/test_validator.rb b/attic/vendor/plugins/HTML5lib/test/test_validator.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/test_validator.rb
rename to attic/vendor/plugins/HTML5lib/test/test_validator.rb
diff --git a/vendor/plugins/HTML5lib/test/tokenizer_test_parser.rb b/attic/vendor/plugins/HTML5lib/test/tokenizer_test_parser.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test/tokenizer_test_parser.rb
rename to attic/vendor/plugins/HTML5lib/test/tokenizer_test_parser.rb
diff --git a/vendor/plugins/HTML5lib/test19.rb b/attic/vendor/plugins/HTML5lib/test19.rb
similarity index 100%
rename from vendor/plugins/HTML5lib/test19.rb
rename to attic/vendor/plugins/HTML5lib/test19.rb
diff --git a/vendor/plugins/HTML5lib/testdata/encoding/chardet/test_big5.txt b/attic/vendor/plugins/HTML5lib/testdata/encoding/chardet/test_big5.txt
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/encoding/chardet/test_big5.txt
rename to attic/vendor/plugins/HTML5lib/testdata/encoding/chardet/test_big5.txt
diff --git a/vendor/plugins/HTML5lib/testdata/encoding/test-yahoo-jp.dat b/attic/vendor/plugins/HTML5lib/testdata/encoding/test-yahoo-jp.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/encoding/test-yahoo-jp.dat
rename to attic/vendor/plugins/HTML5lib/testdata/encoding/test-yahoo-jp.dat
diff --git a/vendor/plugins/HTML5lib/testdata/encoding/tests1.dat b/attic/vendor/plugins/HTML5lib/testdata/encoding/tests1.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/encoding/tests1.dat
rename to attic/vendor/plugins/HTML5lib/testdata/encoding/tests1.dat
diff --git a/vendor/plugins/HTML5lib/testdata/encoding/tests2.dat b/attic/vendor/plugins/HTML5lib/testdata/encoding/tests2.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/encoding/tests2.dat
rename to attic/vendor/plugins/HTML5lib/testdata/encoding/tests2.dat
diff --git a/vendor/plugins/HTML5lib/testdata/sanitizer/tests1.dat b/attic/vendor/plugins/HTML5lib/testdata/sanitizer/tests1.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sanitizer/tests1.dat
rename to attic/vendor/plugins/HTML5lib/testdata/sanitizer/tests1.dat
diff --git a/vendor/plugins/HTML5lib/testdata/serializer/core.test b/attic/vendor/plugins/HTML5lib/testdata/serializer/core.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/serializer/core.test
rename to attic/vendor/plugins/HTML5lib/testdata/serializer/core.test
diff --git a/vendor/plugins/HTML5lib/testdata/serializer/injectmeta.test b/attic/vendor/plugins/HTML5lib/testdata/serializer/injectmeta.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/serializer/injectmeta.test
rename to attic/vendor/plugins/HTML5lib/testdata/serializer/injectmeta.test
diff --git a/vendor/plugins/HTML5lib/testdata/serializer/optionaltags.test b/attic/vendor/plugins/HTML5lib/testdata/serializer/optionaltags.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/serializer/optionaltags.test
rename to attic/vendor/plugins/HTML5lib/testdata/serializer/optionaltags.test
diff --git a/vendor/plugins/HTML5lib/testdata/serializer/options.test b/attic/vendor/plugins/HTML5lib/testdata/serializer/options.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/serializer/options.test
rename to attic/vendor/plugins/HTML5lib/testdata/serializer/options.test
diff --git a/vendor/plugins/HTML5lib/testdata/serializer/whitespace.test b/attic/vendor/plugins/HTML5lib/testdata/serializer/whitespace.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/serializer/whitespace.test
rename to attic/vendor/plugins/HTML5lib/testdata/serializer/whitespace.test
diff --git a/vendor/plugins/HTML5lib/testdata/sites/google-results.htm b/attic/vendor/plugins/HTML5lib/testdata/sites/google-results.htm
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sites/google-results.htm
rename to attic/vendor/plugins/HTML5lib/testdata/sites/google-results.htm
diff --git a/vendor/plugins/HTML5lib/testdata/sites/python-ref-import.htm b/attic/vendor/plugins/HTML5lib/testdata/sites/python-ref-import.htm
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sites/python-ref-import.htm
rename to attic/vendor/plugins/HTML5lib/testdata/sites/python-ref-import.htm
diff --git a/vendor/plugins/HTML5lib/testdata/sites/web-apps-old.htm b/attic/vendor/plugins/HTML5lib/testdata/sites/web-apps-old.htm
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sites/web-apps-old.htm
rename to attic/vendor/plugins/HTML5lib/testdata/sites/web-apps-old.htm
diff --git a/vendor/plugins/HTML5lib/testdata/sites/web-apps.htm b/attic/vendor/plugins/HTML5lib/testdata/sites/web-apps.htm
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sites/web-apps.htm
rename to attic/vendor/plugins/HTML5lib/testdata/sites/web-apps.htm
diff --git a/vendor/plugins/HTML5lib/testdata/sniffer/htmlOrFeed.json b/attic/vendor/plugins/HTML5lib/testdata/sniffer/htmlOrFeed.json
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/sniffer/htmlOrFeed.json
rename to attic/vendor/plugins/HTML5lib/testdata/sniffer/htmlOrFeed.json
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/contentModelFlags.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/contentModelFlags.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/contentModelFlags.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/contentModelFlags.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/entities.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/entities.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/entities.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/entities.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/escapeFlag.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/escapeFlag.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/escapeFlag.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/escapeFlag.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/test1.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/test1.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/test1.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/test1.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/test2.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/test2.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/test2.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/test2.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/test3.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/test3.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/test3.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/test3.test
diff --git a/vendor/plugins/HTML5lib/testdata/tokenizer/test4.test b/attic/vendor/plugins/HTML5lib/testdata/tokenizer/test4.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tokenizer/test4.test
rename to attic/vendor/plugins/HTML5lib/testdata/tokenizer/test4.test
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests1.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests1.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests1.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests1.dat
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests2.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests2.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests2.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests2.dat
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests3.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests3.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests3.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests3.dat
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests4.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests4.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests4.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests4.dat
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests5.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests5.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests5.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests5.dat
diff --git a/vendor/plugins/HTML5lib/testdata/tree-construction/tests6.dat b/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests6.dat
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/tree-construction/tests6.dat
rename to attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests6.dat
diff --git a/vendor/plugins/HTML5lib/testdata/validator/attributes.test b/attic/vendor/plugins/HTML5lib/testdata/validator/attributes.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/attributes.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/attributes.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/base-href-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/base-href-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/base-href-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/base-href-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/base-target-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/base-target-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/base-target-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/base-target-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/blockquote-cite-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/blockquote-cite-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/blockquote-cite-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/blockquote-cite-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/classattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/classattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/classattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/classattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/contenteditableattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/contenteditableattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/contenteditableattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/contenteditableattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/contextmenuattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/contextmenuattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/contextmenuattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/contextmenuattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/dirattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/dirattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/dirattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/dirattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/draggableattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/draggableattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/draggableattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/draggableattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/html-xmlns-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/html-xmlns-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/html-xmlns-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/html-xmlns-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/idattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/idattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/idattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/idattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/inputattributes.test b/attic/vendor/plugins/HTML5lib/testdata/validator/inputattributes.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/inputattributes.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/inputattributes.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/irrelevantattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/irrelevantattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/irrelevantattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/irrelevantattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/langattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/langattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/langattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/langattribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/li-value-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/li-value-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/li-value-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/li-value-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/link-href-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/link-href-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/link-href-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/link-href-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/link-hreflang-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/link-hreflang-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/link-hreflang-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/link-hreflang-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/link-rel-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/link-rel-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/link-rel-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/link-rel-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/ol-start-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/ol-start-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/ol-start-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/ol-start-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/starttags.test b/attic/vendor/plugins/HTML5lib/testdata/validator/starttags.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/starttags.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/starttags.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test
diff --git a/vendor/plugins/HTML5lib/testdata/validator/tabindexattribute.test b/attic/vendor/plugins/HTML5lib/testdata/validator/tabindexattribute.test
similarity index 100%
rename from vendor/plugins/HTML5lib/testdata/validator/tabindexattribute.test
rename to attic/vendor/plugins/HTML5lib/testdata/validator/tabindexattribute.test
diff --git a/lib/chunks/engines.rb b/lib/chunks/engines.rb
index a19b0978..4ed078d0 100644
--- a/lib/chunks/engines.rb
+++ b/lib/chunks/engines.rb
@@ -30,6 +30,7 @@ module Engines
class Textile < AbstractEngine
def mask
+ @content.as_utf8
redcloth = RedCloth.new(@content, [:hard_breaks] + @content.options[:engine_opts])
redcloth.filter_html = false
redcloth.no_span_caps = false
@@ -39,6 +40,7 @@ module Engines
class Markdown < AbstractEngine
def mask
+ @content.as_utf8
# If the request is for S5, call Maruku accordingly (without math)
if @content.options[:mode] == :s5
my_content = Maruku.new(@content.delete("\r").to_utf8,
@@ -56,6 +58,7 @@ module Engines
class MarkdownMML < AbstractEngine
def mask
+ @content.as_utf8
# If the request is for S5, call Maruku accordingly
if @content.options[:mode] == :s5
my_content = Maruku.new(@content.delete("\r").to_utf8,
@@ -77,6 +80,7 @@ module Engines
class MarkdownPNG < AbstractEngine
def mask
+ @content.as_utf8
# If the request is for S5, call Maruku accordingly
if @content.options[:mode] == :s5
my_content = Maruku.new(@content.delete("\r").to_utf8,
@@ -108,6 +112,7 @@ module Engines
class Mixed < AbstractEngine
def mask
+ @content.as_utf8
redcloth = RedCloth.new(@content, @content.options[:engine_opts])
redcloth.filter_html = false
redcloth.no_span_caps = false
@@ -117,6 +122,7 @@ module Engines
class RDoc < AbstractEngine
def mask
+ @content.as_utf8
html = RDocSupport::RDocFormatter.new(@content).to_html
end
end
diff --git a/lib/chunks/nowiki.rb b/lib/chunks/nowiki.rb
index 732dd511..ad217ccf 100644
--- a/lib/chunks/nowiki.rb
+++ b/lib/chunks/nowiki.rb
@@ -1,5 +1,5 @@
require 'chunks/chunk'
-require 'sanitize'
+require 'sanitizer'
# This chunks allows certain parts of a wiki page to be hidden from the
# rest of the rendering pipeline. It should be run at the beginning
@@ -17,7 +17,7 @@ require 'sanitize'
class NoWiki < Chunk::Abstract
- include Sanitize
+ include Sanitizer
NOWIKI_PATTERN = Regexp.new('(.*?)', Regexp::MULTILINE)
def self.pattern() NOWIKI_PATTERN end
@@ -26,7 +26,7 @@ class NoWiki < Chunk::Abstract
def initialize(match_data, content)
super
- @plain_text = @unmask_text = safe_sanitize_xhtml(match_data[1])
+ @plain_text = @unmask_text = safe_xhtml_sanitize(match_data[1])
end
end
diff --git a/lib/sanitize.rb b/lib/sanitize.rb
deleted file mode 100644
index 77b71863..00000000
--- a/lib/sanitize.rb
+++ /dev/null
@@ -1,262 +0,0 @@
-# == Introduction
-#
-# This module provides sanitization of XHTML+MathML+SVG
-# and of inline style attributes. Its genesis is {described here}[http://golem.ph.utexas.edu/~distler/blog/archives/001181.html].
-#
-# Uses the {HTML5lib parser}[http://code.google.com/p/html5lib/], so that the parsing behaviour should
-# resemble that of browsers.
-#
-# sanitize_xhtml() is a case-sensitive sanitizer, suitable for XHTML
-# sanitize_html() is a case-insensitive sanitizer suitable for HTML
-# sanitize_rexml() sanitizes a REXML tree, returning a string
-# safe_sanitize_xhtml() makes extra-sure that the result is well-formed XHTML
-# by running the output of sanitize_xhtml() through REXML
-#
-# == Files
-#
-# {sanitize.rb}[http://golem.ph.utexas.edu/~distler/code/instiki/svn/lib/sanitize.rb],
-# {HTML5lib}[http://golem.ph.utexas.edu/~distler/code/instiki/svn/vendor/plugins/HTML5lib/]
-#
-# == Author
-#
-# {Jacques Distler}[http://golem.ph.utexas.edu/~distler/]
-#
-# == License
-#
-# Ruby License
-
-module Sanitize
-
- require 'html5/html5parser'
- require 'html5/liberalxmlparser'
- require 'html5/treewalkers'
- require 'html5/treebuilders'
- require 'html5/serializer'
- require 'html5/sanitizer'
- require 'stringsupport.rb'
-
- include HTML5
-
-# Sanitize a string, parsed using XHTML parsing rules.
-#
-# :call-seq:
-# sanitize_xhtml(string) -> string
-# sanitize_xhtml(string, {:encoding => 'iso-8859-1', :to_tree => true}) -> REXML::Document
-#
-# Unless otherwise specified, the string is assumed to be utf-8 encoded.
-# By default, the output is a string. But, optionally, you can return a REXML tree.
-#
-# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
-# (REXML trees are always utf-8 encoded.)
- def sanitize_xhtml(html, options = {})
- @encoding = 'utf-8'
- @treebuilder = TreeBuilders::REXML::TreeBuilder
- @to_tree = false
- options.each do |name, value|
- next unless %w(encoding treebuilder to_tree).include? name.to_s
- if name.to_s == 'treebuilder'
- @treebuilder = HTML5lib::TreeBuilders.get_tree_builder(value)
- else
- instance_variable_set("@#{name}", value)
- end
- end
- if @encoding == 'utf-8'
- parsed = XHTMLParser.parse_fragment(html.to_utf8, {:tokenizer => HTMLSanitizer,
- :lowercase_element_name => false, :lowercase_attr_name => false,
- :encoding => @encoding, :tree => @treebuilder })
- else
- parsed = XHTMLParser.parse_fragment(html.to_ncr, {:tokenizer => HTMLSanitizer,
- :lowercase_element_name => false, :lowercase_attr_name => false,
- :encoding => @encoding, :tree => @treebuilder })
- end
- return parsed if @to_tree
- return parsed.to_s
- end
-
-# Sanitize a string, parsed using XHTML parsing rules. Reparse the result to
-# ensure well-formedness.
-#
-# :call-seq:
-# safe_sanitize_xhtml(string) -> string
-#
-# Unless otherwise specified, the string is assumed to be utf-8 encoded.
-#
-# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
-# (REXML trees are always utf-8 encoded.)
- def safe_sanitize_xhtml(html, options = {})
- options[:to_tree] = false
- sanitized = sanitize_xhtml(html, options)
- doc = REXML::Document.new("#{sanitized}
")
- sanitized = doc.to_s.gsub(/\A(.*)<\/div>\Z/m, '\1')
- rescue REXML::ParseException
- sanitized = sanitized.escapeHTML
- end
-
-# Sanitize a string, parsed using HTML parsing rules.
-#
-# :call-seq:
-# sanitize_html( string ) -> string
-# sanitize_html( string, {:encoding => 'iso-8859-1', :to_tree => true} ) -> REXML::Document
-#
-# Unless otherwise specified, the string is assumed to be utf-8 encoded.
-# By default, the output is a string. But, optionally, you can return a REXML tree.
-#
-# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
-# (REXML trees are always utf-8 encoded.)
- def sanitize_html(html, options = {})
- @encoding = 'utf-8'
- @treebuilder = TreeBuilders::REXML::TreeBuilder
- @to_tree = false
- options.each do |name, value|
- next unless %w(encoding treebuilder to_tree).include? name.to_s
- if name.to_s == 'treebuilder'
- @treebuilder = HTML5lib::TreeBuilders.get_tree_builder(value)
- else
- instance_variable_set("@#{name}", value)
- end
- end
- if @encoding == 'utf-8'
- parsed = HTMLParser.parse_fragment(html.to_utf8, {:tokenizer => HTMLSanitizer,
- :encoding => @encoding, :tree => @treebuilder })
- else
- parsed = HTMLParser.parse_fragment(html.to_ncr, {:tokenizer => HTMLSanitizer,
- :encoding => @encoding, :tree => @treebuilder })
- end
- return parsed if @to_tree
- return parsed.to_s
- end
-
-# Sanitize a REXML tree. The output is a string.
-#
-# :call-seq:
-# sanitize_rexml(tree) -> string
-#
- def sanitize_rexml(tree)
- tokens = TreeWalkers.get_tree_walker('rexml2').new(tree)
- XHTMLSerializer.serialize(tokens, {:encoding=>'utf-8',
- :space_before_trailing_solidus => true,
- :inject_meta_charset => false,
- :sanitize => true})
- end
-end
-
-require 'rexml/element'
-module REXML #:nodoc:
- class Element
-
-# Convert XHTML+MathML Named Entities in a REXML::Element to Numeric Character References
-#
-# :call-seq:
-# tree.to_ncr -> REXML::Element
-#
-# REXML, typically, converts NCRs to utf-8 characters, which is what you'll see when you
-# access the resulting REXML document.
-#
-# Note that this method needs to traverse the entire tree, converting text nodes and attributes
-# for each element. This can be SLOW. It will often be faster to serialize to a string and then
-# use String.to_ncr instead.
-#
- def to_ncr
- self.each_element { |el|
- el.texts.each_index {|i|
- el.texts[i].value = el.texts[i].to_s.to_ncr
- }
- el.attributes.each { |name,val|
- el.attributes[name] = val.to_ncr
- }
- el.to_ncr if el.has_elements?
- }
- return self
- end
-
-# Convert XHTML+MathML Named Entities in a REXML::Element to UTF-8
-#
-# :call-seq:
-# tree.to_utf8 -> REXML::Element
-#
-# Note that this method needs to traverse the entire tree, converting text nodes and attributes
-# for each element. This can be SLOW. It will often be faster to serialize to a string and then
-# use String.to_utf8 instead.
-#
- def to_utf8
- self.each_element { |el|
- el.texts.each_index {|i|
- el.texts[i].value = el.texts[i].to_s.to_utf8
- }
- el.attributes.each { |name,val|
- el.attributes[name] = val.to_utf8
- }
- el.to_utf8 if el.has_elements?
- }
- return self
- end
-
- end
-end
-
-module HTML5 #:nodoc: all
- module TreeWalkers
-
- private
-
- class << self
- def [](name)
- case name.to_s.downcase
- when 'rexml'
- require 'html5/treewalkers/rexml'
- REXML::TreeWalker
- when 'rexml2'
- REXML2::TreeWalker
- else
- raise "Unknown TreeWalker #{name}"
- end
- end
-
- alias :get_tree_walker :[]
- end
-
- module REXML2
- class TreeWalker < HTML5::TreeWalkers::NonRecursiveTreeWalker
-
- private
-
- def node_details(node)
- case node
- when ::REXML::Document
- [:DOCUMENT]
- when ::REXML::Element
- if !node.name
- [:DOCUMENT_FRAGMENT]
- else
- [:ELEMENT, node.name,
- node.attributes.map {|name,value| [name,value.to_utf8]},
- node.has_elements? || node.has_text?]
- end
- when ::REXML::Text
- [:TEXT, node.value.to_utf8]
- when ::REXML::Comment
- [:COMMENT, node.string]
- when ::REXML::DocType
- [:DOCTYPE, node.name, node.public, node.system]
- when ::REXML::XMLDecl
- [nil]
- else
- [:UNKNOWN, node.class.inspect]
- end
- end
-
- def first_child(node)
- node.children.first
- end
-
- def next_sibling(node)
- node.next_sibling
- end
-
- def parent(node)
- node.parent
- end
- end
- end
- end
-end
diff --git a/lib/sanitizer.rb b/lib/sanitizer.rb
index 8537fed2..d26d99ae 100644
--- a/lib/sanitizer.rb
+++ b/lib/sanitizer.rb
@@ -169,7 +169,7 @@ module Sanitizer
node.attributes.delete attr; next
end
if ATTR_VAL_IS_URI.include?(attr)
- val_unescaped = val.unescapeHTML.gsub(/`|[\000-\040\177\s]+|\302[\200-\240]/,'').downcase
+ val_unescaped = val.unescapeHTML.as_bytes.gsub(/`|[\000-\040\177\s]+|\302[\200-\240]/,'').downcase
if val_unescaped =~ /^[a-z0-9][-+.a-z0-9]*:/ && !ALLOWED_PROTOCOLS.include?(val_unescaped.split(':')[0])
node.attributes.delete attr; next
end
@@ -206,4 +206,23 @@ module Sanitizer
clean.join(' ')
end
+
+# Sanitize a string, parsed using XHTML parsing rules. Reparse the result to
+# ensure well-formedness.
+#
+# :call-seq:
+# safe_sanitize_xhtml(string) -> string
+#
+# Unless otherwise specified, the string is assumed to be utf-8 encoded.
+#
+# The string returned is utf-8 encoded. If you want, you can use iconv to convert it to some other encoding.
+# (REXML trees are always utf-8 encoded.)
+ def safe_xhtml_sanitize(html, options = {})
+ sanitized = xhtml_sanitize(html.purify)
+ doc = REXML::Document.new("
#{sanitized}
")
+ sanitized = doc.to_s.gsub(/\A
(.*)<\/div>\Z/m, '\1')
+ rescue REXML::ParseException
+ sanitized = sanitized.escapeHTML
+ end
+
end
diff --git a/lib/stringsupport.rb b/lib/stringsupport.rb
index ef924d24..731a1f95 100644
--- a/lib/stringsupport.rb
+++ b/lib/stringsupport.rb
@@ -2,6 +2,26 @@
class String
+# A method to allow byte-oriented operations in both Ruby 1.8 and Ruby 1.9
+#
+# Under 1.8, this is a NOOP. Under 1.9, it sets the encoding to "ASCII-8BIT"
+#--
+ def as_bytes
+ force_encoding("ASCII-8BIT") if self.respond_to?(:force_encoding)
+ self
+ end
+
+#++
+# A method to allow string-oriented operations in both Ruby 1.8 and Ruby 1.9
+#
+# Under 1.8, this is a NOOP. Under 1.9, it sets the encoding to "UTF-8"
+#--
+ def as_utf8
+ force_encoding("UTF-8") if self.respond_to?(:force_encoding)
+ self
+ end
+
+#++
# Take a string, and remove any invalid substrings, returning a valid utf-8 string.
#
# :call-seq:
@@ -11,12 +31,16 @@ class String
#--
def purify
text = check_ncrs
- text.split(//u).grep(UTF8_REGEX).join
+ if text.respond_to?(:encoding)
+ text.split(//).collect{|c| c.as_bytes}.grep(UTF8_REGEX).join.as_utf8
+ else
+ text.split(//u).grep(UTF8_REGEX).join
+ end
end
def check_ncrs
- text = gsub(/[xX]([a-fA-F0-9]+);/) { |m| [$1.hex].pack('U*') =~ UTF8_REGEX ? m : '' }
- text.gsub(/(\d+);/) { |m| [$1.to_i].pack('U*') =~ UTF8_REGEX ? m : '' }
+ text = gsub(/[xX]([a-fA-F0-9]+);/) { |m| [$1.hex].pack('U*').as_bytes =~ UTF8_REGEX ? m : '' }
+ text.gsub(/(\d+);/) { |m| [$1.to_i].pack('U*').as_bytes =~ UTF8_REGEX ? m : '' }
end
UTF8_REGEX = /\A(
@@ -42,7 +66,7 @@ class String
#--
def is_utf8?
#expand NCRs to utf-8
- text = self.check_ncrs
+ text = self.check_ncrs.as_bytes
# You might think this is faster, but it isn't
#pieces = self.split(/[xX]([a-fA-F0-9]+);/)
diff --git a/test/functional/application_test.rb b/test/functional/application_test.rb
index 5dfad5b1..cda76b26 100755
--- a/test/functional/application_test.rb
+++ b/test/functional/application_test.rb
@@ -1,6 +1,6 @@
# Unit tests for ApplicationController (the abstract controller class)
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'wiki_controller'
# Need some concrete class to test the abstract class features
diff --git a/test/functional/file_controller_test.rb b/test/functional/file_controller_test.rb
index 348407b0..d9c67cfe 100755
--- a/test/functional/file_controller_test.rb
+++ b/test/functional/file_controller_test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'file_controller'
require 'fileutils'
require 'stringio'
diff --git a/test/functional/routes_test.rb b/test/functional/routes_test.rb
index 177b2f4d..f16645db 100644
--- a/test/functional/routes_test.rb
+++ b/test/functional/routes_test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'action_controller/routing'
diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb
index 6729004c..a1a73daf 100755
--- a/test/functional/wiki_controller_test.rb
+++ b/test/functional/wiki_controller_test.rb
@@ -9,6 +9,7 @@ require 'wiki_controller'
require 'rexml/document'
require 'tempfile'
require 'zip/zipfilesystem'
+require 'stringsupport'
# Raise errors beyond the default web-based presentation
class WikiController; def rescue_action(e) logger.error(e); raise e end; end
@@ -935,7 +936,7 @@ class WikiControllerTest < ActionController::TestCase
r = process('show', 'id' => 'HomePage', 'web' => 'wiki1')
assert_response :success
- assert_match /
Recursive include detected: HomePage \342\206\222 HomePage<\/em>/, r.body
+ assert_match /Recursive include detected: HomePage \342\206\222 HomePage<\/em>/, r.body.as_bytes
end
def test_recursive_include_II
@@ -947,7 +948,7 @@ class WikiControllerTest < ActionController::TestCase
r = process('show', 'id' => 'HomePage', 'web' => 'wiki1')
assert_response :success
- assert_match /Recursive-include:<\/p>\n\n
extra fun Recursive include detected: Foo \342\206\222 Foo<\/em><\/p>/, r.body
+ assert_match /Recursive-include:<\/p>\n\n
extra fun Recursive include detected: Foo \342\206\222 Foo<\/em><\/p>/, r.body.as_bytes
end
def test_recursive_include_III
@@ -961,7 +962,7 @@ class WikiControllerTest < ActionController::TestCase
r = process('show', 'id' => 'HomePage', 'web' => 'wiki1')
assert_response :success
- assert_match /Recursive-include:<\/p>\n\n
extra fun<\/p>\nRecursive include detected: Bar \342\206\222 Bar<\/em>/, r.body
+ assert_match /Recursive-include:<\/p>\n\n
extra fun<\/p>\nRecursive include detected: Bar \342\206\222 Bar<\/em>/, r.body.as_bytes
end
def test_nonrecursive_include
diff --git a/test/unit/chunks/category_test.rb b/test/unit/chunks/category_test.rb
index b105801a..b76e1074 100755
--- a/test/unit/chunks/category_test.rb
+++ b/test/unit/chunks/category_test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
require 'chunks/category'
class CategoryTest < Test::Unit::TestCase
diff --git a/test/unit/chunks/nowiki_test.rb b/test/unit/chunks/nowiki_test.rb
index 8307e089..f9b1ff0c 100755
--- a/test/unit/chunks/nowiki_test.rb
+++ b/test/unit/chunks/nowiki_test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
require 'chunks/nowiki'
class NoWikiTest < Test::Unit::TestCase
@@ -26,25 +26,25 @@ class NoWikiTest < Test::Unit::TestCase
def test_sanitize_nowiki
match(NoWiki, 'This sentence contains [[test]]&shebang *foo*. Do not touch!',
- :plain_text => "[[test]]&shebang <script>alert(\"xss!\");</script> *foo*"
+ :plain_text => "[[test]]&shebang <script>alert("xss!");</script> *foo*"
)
end
def test_sanitize_nowiki_ill_formed
match(NoWiki, "",
- :plain_text => "<animateColor xlink:href='#foo'></animateColor>"
+ :plain_text => "<animateColor xlink:href='#foo'/>"
)
end
def test_sanitize_nowiki_ill_formed_II
match(NoWiki, "\000",
- :plain_text => %(<animateColor xlink:href='#foo'></animateColor>\xEF\xBF\xBD)
+ :plain_text => %(<animateColor xlink:href='#foo'/>)
)
end
def test_sanitize_nowiki_bad_utf8
match(NoWiki, "\357elephant & \302ivory",
- :plain_text => "\357\277\275elephant & \357\277\275ivory"
+ :plain_text => "".respond_to?(:force_encoding) ? "elephant & ivory" : "ephant & vory"
)
end
diff --git a/test/unit/chunks/wiki_test.rb b/test/unit/chunks/wiki_test.rb
index 319850a2..8879c2f0 100755
--- a/test/unit/chunks/wiki_test.rb
+++ b/test/unit/chunks/wiki_test.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# encoding: UTF-8
-require File.dirname(__FILE__) + '/../../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
require 'chunks/wiki'
class WikiTest < Test::Unit::TestCase
diff --git a/test/unit/page_renderer_test.rb b/test/unit/page_renderer_test.rb
index 64733371..d1836935 100644
--- a/test/unit/page_renderer_test.rb
+++ b/test/unit/page_renderer_test.rb
@@ -281,12 +281,12 @@ END_THM
re = Regexp.new(
%{equation
})
+ %{(5)+6ex; height: 2\.3(3)+ex;'/>
})
assert_match_markup_parsed_as(re, 'equation $a\sin(\theta)$')
re = Regexp.new(
%{a\\\\sin} +
%{\\(\\\\theta\\)<\/code><\/span><\/div>})
assert_match_markup_parsed_as(re, '$$a\sin(\theta)$$')
@@ -504,7 +504,7 @@ END_THM
def test_malformed_nowiki
assert_markup_parsed_as(
- '
',
+ '<i><b></i></b>
',
' ')
end
diff --git a/test/unit/sanitize_test.rb b/test/unit/sanitize_test.rb
deleted file mode 100644
index 78a65565..00000000
--- a/test/unit/sanitize_test.rb
+++ /dev/null
@@ -1,189 +0,0 @@
-#!/usr/bin/env ruby
-
-require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
-require 'sanitize'
-require 'json'
-
-
-class SanitizeTest < Test::Unit::TestCase
-
- include Sanitize
-
- def setup
-
- end
-
- def do_sanitize_xhtml stream
- safe_sanitize_xhtml(stream)
- end
-
- def check_sanitization(input, htmloutput, xhtmloutput, rexmloutput)
- assert_equal htmloutput, do_sanitize_xhtml(input)
- end
-
- def rexml_doc(string)
- REXML::Document.new(
- "#{string}
")
- end
-
- def my_rex(string)
- sanitize_rexml(rexml_doc(string.to_utf8)).gsub(/\A(.*)<\/div>\Z/m, '\1')
- end
-
- def test_sanitize_named_entities
- input = '
Greek &phis; φ, double-struck 𝔸, numeric 𝔸 ⁗, uppercase ™ <
'
- output = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric \360\235\224\270 \342\201\227, uppercase \342\204\242 <
"
- output2 = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric 𝔸 ⁗, uppercase \342\204\242 <
"
- assert_equal(output, sanitize_xhtml(input))
- assert_equal(output, sanitize_html(input))
- assert_equal(output, my_rex(input))
- assert_equal(output2, input.to_utf8)
- end
-
- def test_sanitize_malformed_utf8
- input = "
\357elephant & \302ivory
"
- output = "
\357\277\275elephant & \357\277\275ivory
"
- check_sanitization(input, output, output, output)
- end
-
- Sanitizer::ALLOWED_ELEMENTS.each do |tag_name|
- define_method "test_should_allow_#{tag_name}_tag" do
- input = "<#{tag_name} title='1'>foo
bar baz#{tag_name}>"
- htmloutput = "<#{tag_name.downcase} title='1'>foo <bad>bar</bad> baz#{tag_name.downcase}>"
- xhtmloutput = "<#{tag_name} title='1'>foo <bad>bar</bad> baz#{tag_name}>"
- rexmloutput = xhtmloutput
-
- if %w[caption colgroup optgroup option tbody td tfoot th thead tr].include?(tag_name)
- htmloutput = "foo <bad>bar</bad> baz"
- xhtmloutput = htmloutput
- elsif tag_name == 'col'
- htmloutput = "foo <bad>bar</bad> baz"
- xhtmloutput = htmloutput
- rexmloutput = "
"
- elsif tag_name == 'table'
- htmloutput = "foo <bad>bar</bad>baz
"
- xhtmloutput = htmloutput
- elsif tag_name == 'image'
- htmloutput = "
foo <bad>bar</bad> baz"
- xhtmloutput = htmloutput
- rexmloutput = "
foo <bad>bar</bad> baz"
- elsif VOID_ELEMENTS.include?(tag_name)
- htmloutput = "<#{tag_name} title='1'/>foo <bad>bar</bad> baz"
- xhtmloutput = htmloutput
- htmloutput += '
' if tag_name == 'br'
- rexmloutput = "<#{tag_name} title='1' />"
- end
- check_sanitization(input, xhtmloutput, xhtmloutput, rexmloutput)
- end
- end
-
- Sanitizer::ALLOWED_ELEMENTS.each do |tag_name|
- define_method "test_should_forbid_#{tag_name.upcase}_tag" do
- input = "<#{tag_name.upcase} title='1'>foo
bar baz#{tag_name.upcase}>"
- output = "<#{tag_name.upcase} title=\"1\">foo <bad>bar</bad> baz</#{tag_name.upcase}>"
- xhtmloutput = "<#{tag_name.upcase} title='1'>foo <bad>bar</bad> baz</#{tag_name.upcase}>"
- check_sanitization(input, output, xhtmloutput, output)
- end
- end
-
- Sanitizer::ALLOWED_ATTRIBUTES.each do |attribute_name|
- next if attribute_name == 'style' || attribute_name.include?(':')
- define_method "test_should_allow_#{attribute_name}_attribute" do
- input = "
foo bar baz
"
- output = "
foo <bad>bar</bad> baz
"
- htmloutput = "
foo <bad>bar</bad> baz
"
- check_sanitization(input, output, output, output)
- end
- end
-
- Sanitizer::ALLOWED_ATTRIBUTES.each do |attribute_name|
- define_method "test_should_forbid_#{attribute_name.upcase}_attribute" do
- input = "
foo bar baz
"
- output = "
foo <bad>bar</bad> baz
"
- check_sanitization(input, output, output, output)
- end
- end
-
- Sanitizer::ALLOWED_PROTOCOLS.each do |protocol|
- define_method "test_should_allow_#{protocol}_uris" do
- input = %(
foo)
- output = "
foo"
- check_sanitization(input, output, output, output)
- end
- end
-
- Sanitizer::ALLOWED_PROTOCOLS.each do |protocol|
- define_method "test_should_allow_uppercase_#{protocol}_uris" do
- input = %(
foo)
- output = "
foo"
- check_sanitization(input, output, output, output)
- end
- end
-
- Sanitizer::SVG_ALLOW_LOCAL_HREF.each do |tag_name|
- next unless Sanitizer::ALLOWED_ELEMENTS.include?(tag_name)
- define_method "test_#{tag_name}_should_allow_local_href_with_ns_decl" do
- input = %(<#{tag_name} xlink:href="#foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
- output = "<#{tag_name.downcase} xlink:href='#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- xhtmloutput = "<#{tag_name} xlink:href='#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
-
- define_method "test_#{tag_name}_should_allow_local_href_with_newline_and_ns_decl" do
- input = %(<#{tag_name} xlink:href="\n#foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
- output = "<#{tag_name.downcase} xlink:href='\n#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- xhtmloutput = "<#{tag_name} xlink:href='\n#foo' xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
-
- define_method "test_#{tag_name}_should_forbid_local_href_without_ns_decl" do
- input = %(<#{tag_name} xlink:href="#foo"/>)
- output = "<#{tag_name.downcase} xlink:href='#foo'/>"
- xhtmloutput = "<#{tag_name} xlink:href='#foo'></#{tag_name}>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
-
- define_method "test_#{tag_name}_should_forbid_local_href_with_newline_without_ns_decl" do
- input = %(<#{tag_name} xlink:href="\n#foo"/>)
- output = "<#{tag_name.downcase} xlink:href='\n#foo'/>"
- xhtmloutput = "<#{tag_name} xlink:href='\n#foo'></#{tag_name}>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
-
- define_method "test_#{tag_name}_should_forbid_nonlocal_href_with_ns_decl" do
- input = %(<#{tag_name} xlink:href="http://bad.com/foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
- output = "<#{tag_name.downcase} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- xhtmloutput = "<#{tag_name} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
-
- define_method "test_#{tag_name}_should_forbid_nonlocal_href_with_newline_and_ns_decl" do
- input = %(<#{tag_name} xlink:href="\nhttp://bad.com/foo" xmlns:xlink='http://www.w3.org/1999/xlink'/>)
- output = "<#{tag_name.downcase} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- xhtmloutput = "<#{tag_name} xmlns:xlink='http://www.w3.org/1999/xlink'/>"
- check_sanitization(input, xhtmloutput, xhtmloutput, xhtmloutput)
- end
- end
-
- def test_should_handle_astral_plane_characters
- input = "
𝒵 𝔸
"
- output = "
\360\235\222\265 \360\235\224\270
"
- check_sanitization(input, output, output, output)
-
- input = "
\360\235\224\270 a
"
- output = "
\360\235\224\270 a
"
- check_sanitization(input, output, output, output)
- end
-
- JSON::parse(open(File.expand_path(File.join(File.dirname(__FILE__), '/../sanitizer.dat'))).read).each do |test|
- define_method "test_#{test['name']}" do
- check_sanitization(
- test['input'],
- test['output'],
- test['xhtml'] || test['output'],
- test['rexml'] || test['output']
- )
- end
- end
-
-end
diff --git a/test/unit/sanitizer_test.rb b/test/unit/sanitizer_test.rb
index b78398c2..b9d1b243 100644
--- a/test/unit/sanitizer_test.rb
+++ b/test/unit/sanitizer_test.rb
@@ -19,7 +19,7 @@ class SanitizerTest < Test::Unit::TestCase
end
def check_sanitization(input, htmloutput, xhtmloutput, rexmloutput)
- assert_equal xhtmloutput, do_sanitize_xhtml(input)
+ assert_equal xhtmloutput.as_bytes, do_sanitize_xhtml(input).as_bytes
end
def test_sanitize_named_entities
@@ -27,12 +27,12 @@ class SanitizerTest < Test::Unit::TestCase
output = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric \360\235\224\270 \342\201\227, uppercase \342\204\242 <
"
output2 = "
Greek \317\225 \317\206, double-struck \360\235\224\270, numeric 𝔸 ⁗, uppercase \342\204\242 <
"
check_sanitization(input, output, output, output)
- assert_equal(output2, input.to_utf8)
+ assert_equal(output2, input.to_utf8.as_bytes)
end
def test_sanitize_malformed_utf8
input = "
\357elephant & \302ivory
".purify
- output = "
ephant & vory
"
+ output = "".respond_to?(:force_encoding) ? "
elephant & ivory
" : "
ephant & vory
"
check_sanitization(input, output, output, output)
end
diff --git a/test/unit/uri_test.rb b/test/unit/uri_test.rb
index 29326c3b..2088ab9c 100755
--- a/test/unit/uri_test.rb
+++ b/test/unit/uri_test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'chunks/uri'
class URITest < Test::Unit::TestCase
diff --git a/test/unit/web_test.rb b/test/unit/web_test.rb
index 75bcc836..0c1a324d 100644
--- a/test/unit/web_test.rb
+++ b/test/unit/web_test.rb
@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
class WebTest < ActiveSupport::TestCase
fixtures :system, :webs, :pages, :revisions, :wiki_references
diff --git a/test/unit/wiki_file_test.rb b/test/unit/wiki_file_test.rb
index 6ea42f3b..a2041a07 100644
--- a/test/unit/wiki_file_test.rb
+++ b/test/unit/wiki_file_test.rb
@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'fileutils'
class WikiFileTest < ActiveSupport::TestCase
diff --git a/vendor/rails/activesupport/lib/active_support/message_verifier.rb b/vendor/rails/activesupport/lib/active_support/message_verifier.rb
index aae5a341..60587b90 100644
--- a/vendor/rails/activesupport/lib/active_support/message_verifier.rb
+++ b/vendor/rails/activesupport/lib/active_support/message_verifier.rb
@@ -24,8 +24,10 @@ module ActiveSupport
end
def verify(signed_message)
+ raise InvalidSignature if signed_message.blank?
+
data, digest = signed_message.split("--")
- if secure_compare(digest, generate_digest(data))
+ if data.present? && digest.present? && secure_compare(digest, generate_digest(data))
Marshal.load(ActiveSupport::Base64.decode64(data))
else
raise InvalidSignature
@@ -38,16 +40,34 @@ module ActiveSupport
end
private
- # constant-time comparison algorithm to prevent timing attacks
- def secure_compare(a, b)
- if a.length == b.length
- result = 0
- for i in 0..(a.length - 1)
- result |= a[i] ^ b[i]
+ if "foo".respond_to?(:force_encoding)
+ # constant-time comparison algorithm to prevent timing attacks
+ def secure_compare(a, b)
+ a = a.dup.force_encoding(Encoding::BINARY)
+ b = b.dup.force_encoding(Encoding::BINARY)
+
+ if a.length == b.length
+ result = 0
+ for i in 0..(a.length - 1)
+ result |= a[i].ord ^ b[i].ord
+ end
+ result == 0
+ else
+ false
+ end
+ end
+ else
+ # For <= 1.8.6
+ def secure_compare(a, b)
+ if a.length == b.length
+ result = 0
+ for i in 0..(a.length - 1)
+ result |= a[i] ^ b[i]
+ end
+ result == 0
+ else
+ false
end
- result == 0
- else
- false
end
end