The Path to Faster and Better HTML Sanitization
Synopsis
I will improve the HTML sanitization in Ruby on Rails by doing two things: 1. Exchange the existing implementation with an approach that is both safer and faster. 2. On top of the old API provide new API for developers to gain more control over what gets sanitized.
Project
Outlined here are the two parts of this project and the reasoning behind them.