> * Before they could start, we had a very serious security vulnerability responsibly disclosed by Will Farrington and Charlie Somerville > * We fixed it on February 17th the fix scares the shit out of me: https://github.com/isaacs/st/commit/5a0c1886737a20d78ae00b61... Properly escape all relevant html entities Avoid problems with files named things like ' ' and so on. - var name = f.replace(/"/g, '"') + var nam…
The more serious fix occurred here: https://github.com/isaacs/st/commit/6b54ce2d2fb912eadd31e2c2...
And here: https://github.com/isaacs/st/commit/6d6100eec8b19e2774a6f2bb...
With some icing on the cake here: https://github.com/isaacs/st/commit/8b2f212f64b762e351f311f4...