1. 07 2月, 2015 1 次提交
  2. 06 2月, 2015 6 次提交
  3. 05 2月, 2015 23 次提交
  4. 04 2月, 2015 4 次提交
  5. 03 2月, 2015 2 次提交
    • J
      [SECURITY-167] attempt to set JAXP properties. · c58ea9fe
      James Nord 提交于
      Atempt to set SAX specific properties to defend against XXE attacks.
      c58ea9fe
    • J
      [SECURITY-167] defend against XXE attacks. · d6e14b1e
      James Nord 提交于
      Added a new EntityResolver that will throw an exception if any attempts
      are made to load external entities.
      Made the transforer use SAX so that we can use out EntityResolover.
      
      As we can't defend against calls that have already parsed the xml (e.g.
      DOMSource) if we are parsed one of those throw an exception (which can be
      disabled with a System property.
      d6e14b1e
  6. 23 1月, 2015 1 次提交
  7. 21 1月, 2015 2 次提交
  8. 14 1月, 2015 1 次提交