Skip to content

Releases: CybercentreCanada/Maco

v1.1.9

27 Oct 04:24
Compare
Choose a tag to compare

Full Changelog: v1.1.8...v1.1.9

v1.1.8

24 Oct 00:15
deeb1d6
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Create root_directory context based on the module path and name by @cccs-rs in #48

Full Changelog: v1.1.7...v1.1.8

v1.1.7

23 Oct 21:27
81d75ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

23 Oct 20:33
d28b4fb
Compare
Choose a tag to compare

What's Changed

  • Create a common utilities submodule to be leveraged by other projects by @cccs-rs in #44

Full Changelog: v1.1.5...v1.1.6

v1.1.5

15 Oct 17:46
cef431e
Compare
Choose a tag to compare

What's Changed

  • Populate default YARA rule when not found during compilation from col… by @cccs-rs in #43

Full Changelog: v1.1.4...v1.1.5

v1.1.4

08 Jul 13:45
343edde
Compare
Choose a tag to compare

What's Changed

  • Proofreading README by @cccs-kevin in #41
  • Update tests to account for allowing non-matching rulename and removed rule_map by @gdesmar in #42

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 Feb 14:11
d519521
Compare
Choose a tag to compare

What's Changed

  • fix: invalid escape sequence '\C'. by @cccs-ml in #40
  • Use namespaces in yara to link extractors to their rules on hit by @cccs-rs in #39

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Jan 19:16
a4f4221
Compare
Choose a tag to compare

What's Changed

  • Fix create_venv arg not getting used by [CLI] @0xa13d in #38

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 Jan 12:32
04cd8f2
Compare
Choose a tag to compare

What's Changed

  • add more verbose logging to venv creation by @cccs-ml in #37

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Jan 20:27
Compare
Choose a tag to compare

BREAKING CHANGES INTRODUCED

Features

  • Add venv support for running extractors
    • Note: This changes the datatype of Collector.extractors: Dict[str, object] → Dict[str, Dict[str, Any]]