Skip to content

Releases: jtmelton/appsensor

2.0.0 Release

28 Jan 04:52
Compare
Choose a tag to compare

This is the 2.0.0 final release.

AppSensor has gone through a complete re-write from the previous version (1.x). Below are the major updates that were most important (and requested) in v2.

  • Client-server architecture supporting multiple communication modes including: REST, SOAP, Thrift, local (shared JVM, java-only)
  • Any language can be used on the client application. The only requirement is that the language selected must support the communication protocol of the execution mode that is configured (ie. if using REST as the execution mode, the language must be capable of making HTTP requests.) The server-side components are Java, but this places no restriction on the client applications themselves.
  • There is no longer a hard dependency on ESAPI. AppSensor is a standalone project, though it can be integrated with projects that also use ESAPI if desired.
  • The core components of the system have been renamed and now follow the appsensor v2 book naming conventions, which is based on standard IDS terminology for clarity.
  • Basic user correlation is supported so that client applications that share a user base (SSO) can share attack detection/response information.
  • A website for the project has been built (appsensor.org).

2.0.0 RC3 Release

08 Jan 05:18
Compare
Choose a tag to compare
2.0.0 RC3 Release Pre-release
Pre-release

This is the third (and planned final) release candidate release for AppSensor version 2.
Assuming no significant bugs, we'll aim for a v2.0.0 final release in the mid-late January 2015 timeframe.

There were updates in this release to address a bug found in the SOAP web service. Documentation can be found at #16 .

2.0.0 RC2 Release

04 Nov 04:27
Compare
Choose a tag to compare
2.0.0 RC2 Release Pre-release
Pre-release

This is the second (and likely final) release candidate release for AppSensor version 2.
Assuming no significant bugs, we'll aim for a v2.0.0 final release in the mid-late November 2014 timeframe.

There were only minor updates in this release:

  • Added some basic argument checking to string utility class to prevent null strings being added to a collection
  • Added some additional unit tests to the appsensor-core project

2.0.0 RC1 Release

05 Oct 03:32
Compare
Choose a tag to compare
2.0.0 RC1 Release Pre-release
Pre-release

This is the first release candidate release for AppSensor version 2.
Assuming no significant bugs, we'll move to at least 1 more release candidate, aiming for a v2.0.0 final release in the Nov 2014 timeframe.

There were 2 major changes in this release:

  • fixed issue #13
  • added apache thrift as option for execution mode

2.0.0 Beta Release

14 Sep 03:26
Compare
Choose a tag to compare
2.0.0 Beta Release Pre-release
Pre-release

This is the first beta release for AppSensor version 2. Assuming no significant bugs, we'll move to at least 1, if not more, release candidates, aiming for a v2.0.0 final release in the Oct-Nov 2014 timeframe.