1. 10 9月, 2020 2 次提交
    • G
      v5.2.4.4 · 404ad9e8
      George Claghorn 提交于
      404ad9e8
    • J
      Fix XSS vulnerability in `translate` helper · aaa7ab13
      Jonathan Hefner 提交于
      Prior to this commit, when a translation key indicated that the
      translation text was HTML, the value returned by `I18n.translate` would
      always be marked as `html_safe`.  However, the value returned by
      `I18n.translate` could be an untrusted value directly from
      `options[:default]`.
      
      This commit ensures values directly from `options[:default]` are not
      marked as `html_safe`.
      aaa7ab13
  2. 18 5月, 2020 3 次提交
  3. 16 5月, 2020 6 次提交
  4. 15 5月, 2020 1 次提交
  5. 20 3月, 2020 2 次提交
  6. 19 12月, 2019 2 次提交
  7. 27 11月, 2019 1 次提交
  8. 23 11月, 2019 12 次提交
  9. 20 11月, 2019 11 次提交