Skip to content

v1.0.0

Compare
Choose a tag to compare
@austinbyers austinbyers released this 19 Sep 18:43
· 45 commits to master since this release

BinaryAlert's first official release is here! To get started, visit https://binaryalert.io/getting-started.html

Change Summary

  • Adds official documentation at binaryalert.io
  • Adds support for the hash YARA module
  • Adds CarbonBlack integration
  • Adds cb_copy_all (CarbonBlack copy), configure, and compile_rules CLI commands
  • Upgraded to Terraform v0.10
    • Changes now require user approval before a deploy continues
  • Adds a BinaryAlert CloudWatch dashboard
  • Adds and enforces Python type annotations
  • Test coverage increased to 96%
  • General code cleanup
  • [Bug Fix] S3 filenames are now correctly url-decoded (e.g. supports filenames with spaces)

For a complete list of changes, see the associated milestone.

Upgrading

If you are upgrading from BinaryAlert v0.10:

  • You will need to upgrade Terraform to v0.10.4+
  • The LambdaVersion table column has been renamed to AnalyzerVersion.
    • This will force a new resource; Terraform will destroy the old DynamoDB table.
    • If you want to keep the old table, remove the state from Terraform before applying changes: terraform state rm aws_dynamodb_table.binaryalert_yara_matches