Skip to content

Releases: slackhq/htmlsanitizer-hack

Avoiding catastrophic backtracking

10 Feb 04:20
6bc1211
Compare
Choose a tag to compare

What's Changed

  • Adding check for <body in to prevent catastrophic backtracking by @JPolacek in #47

Full Changelog: 3.0.2...3.0.3

Adding explicit error in Lexer.hack

09 Feb 17:29
8ffccd0
Compare
Choose a tag to compare

We noticed that the preg_match_with_matches was erroring in Lexer.hack, but we weren't getting any information about what was happening/why. This new release adds an explicit error to handle the error passed through preg_match_with_matches_and_error.

Addressing sanitization of markdown in iFrame and updating HHVM version

27 Jan 01:22
203b84a
Compare
Choose a tag to compare

What's Changed

  • Upgrading to run against 4.128 by @JPolacek in #41
  • Cleaning up files used by Travis and updating the README and gitignore by @JPolacek in #42
  • iFrame content improvements by @JPolacek in #39

Full Changelog: 3.0...3.0.1

3.0 - Updating Policies and how to use them

21 Dec 21:18
eaf8799
Compare
Choose a tag to compare

What's Changed

  • Updating to allow empty allow lists, and adding tests by @JPolacek in #38
    • This update changes how policies are used in order to allow the use of empty policies and easier policy setup

Full Changelog: 2.4.1...3.0

2.4.1 - Fixing null string comparison

06 Dec 21:24
756bd40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4...2.4.1

2.4 - Update error handling and support for latest version of HHVM

06 Dec 21:24
ccea8da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3...2.4

Support HHVM 4.108+ with HSL changes

17 Nov 23:29
69530ae
Compare
Choose a tag to compare

The HSL no longer has Path - this release removes the dependency on it

Support HHVM 4.102

18 Aug 18:38
00f187b
Compare
Choose a tag to compare

This release fixes a few typechecker and HHAST errors to pass tests on HHVM 4.102. No functional changes.

Add data-checked attribute for li tags

29 Apr 21:05
4b496d0
Compare
Choose a tag to compare

It adds support for data-checked attributes on li tags and includes some formatting changes.

This release is still targeting 4.56.

HHVM 4.56

04 Mar 01:01
f23cfbe
Compare
Choose a tag to compare
Merge pull request #24 from atielking/456_upgrade

Upgrade composer for HHVM 4.56