I know people are working hard for a radiant 2.x release based on rails 3/4.
But what do people think about having a Radiant 1.2 release which adds the rails_xss gem and thus the various XSS changes needed to get things working.
Ultimately you've found many of the XSS issues in the master branch anyway so can easily backport.
We've done this on our own radiant fork with various XSS fixes so our site can be secure from this threat:
https://github.com/sealink/radiant/commits/1.xBy doing this before the 2.x release, extension authors a chance to get their extensions XSS compliant now. It might also highlight which extensions are 'dead' and allow others to take them over now rather than have to deal with all these issues at once when radiant release 2.x
Your thoughts?