pandoc/src/Text/Pandoc/Writers
John MacFarlane 9e528f4c0c Fixed email javascript obfuscation with mailto: URLs.
This fixes a potential security issue.  Because single quotes weren't
being escaped in the link portion, a specially crafted email address
could allow javascript code injection.

    [Jim'+alert('hi')+'OBrien](mailto:me@example.com)

Closes #2280.
2015-07-07 11:15:40 -07:00
..
AsciiDoc.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
CommonMark.hs Added CommonMark writer. 2015-03-29 23:42:42 -07:00
ConTeXt.hs ConTeXt: use \goto for internal links. 2015-07-01 12:11:45 -07:00
Custom.hs Custom writer: fixed some compiler warnings for ghc < 7.10. 2015-05-31 21:18:26 +02:00
Docbook.hs DocBook writer: add id to para if in Div with id element. 2015-05-20 10:55:06 -07:00
Docx.hs Make sure we use dist version of reference.docx for some things. 2015-06-28 23:25:55 -07:00
DokuWiki.hs DokuWiki writer: Use proper <code> tags for code blocks. 2015-06-07 11:29:47 -07:00
EPUB.hs Fixed compiler warning. 2015-05-27 11:22:39 -07:00
FB2.hs FB2 writer: Add newline to output. 2014-12-15 22:14:29 -08:00
Haddock.hs Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 2014-07-19 18:10:59 +01:00
HTML.hs Fixed email javascript obfuscation with mailto: URLs. 2015-07-07 11:15:40 -07:00
ICML.hs Fix InDesign crash with URLs containing more than one colon character 2015-06-09 15:46:23 +02:00
LaTeX.hs LaTeX/beamer: added setotherlanguages in polyglossia. 2015-05-27 12:15:50 -07:00
Man.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Markdown.hs Removed unused import. 2015-06-27 20:41:00 -07:00
MediaWiki.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Native.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
ODT.hs Removed unneeded import. 2015-06-28 23:59:10 -07:00
OpenDocument.hs Do not add a carriage return after a hard line break in OpenDocument writer and reflect change in tests. 2015-07-01 09:43:36 -05:00
OPML.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Org.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
RST.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
RTF.hs Improved warnings when image size can't be determined. 2015-05-09 23:56:53 -07:00
Shared.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Texinfo.hs Texinfo writer: Removed tabs from source. 2015-05-28 13:01:43 -07:00
Textile.hs Textile writer: escape + and - as entities. 2015-06-27 20:30:20 -07:00