Skip to content

Spiracle 1.4.0

Compare
Choose a tag to compare
@stuken stuken released this 14 Oct 08:37
· 174 commits to master since this release

Feature Release

Project Refactor

  • Moved build and dependency management to Maven. Project now has the capacity to be built against all legal combinations of Java versions 5, 6 and 7 with Servlet API 2.5 or 3.0.

Additions

  • Added initial support for Reflected XSS through unsanitised reproduction of all request parameters.
  • Added option to support multiple simultaneous JDBC connection pools.
  • Added ability to invoke HttpServletRequest methods through front end for validation of character tainting on return.

Removals

  • Removed support for unmanaged JDBC connections.