Skip to content

v0.1.7

Compare
Choose a tag to compare
@jorgemanrubia jorgemanrubia released this 04 Sep 16:03
· 136 commits to master since this release
8fcea30

This includes major improvements to protection controls against tampering [#26]:

  • NEW: Replaces the system to detect tampering attempts in commands to use a more sophisticated approach. Before, it was based on a simple regexp. It will now use the parser gem.
  • NEW: Protection mechanisms against using database drivers directly to tamper audit trails.
  • CHANGED: Major revamp of internals to accommodate new features and make future changes easier.