What's Changed * Populate default YARA rule when not found during compilation from col… by cccs-rs in https://github.com/CybercentreCanada/Maco/pull/43
What's Changed * Proofreading README by cccs-kevin in https://github.com/CybercentreCanada/Maco/pull/41 * Update tests to account for allowing non-matching rulename and removed rule_map by gdesmar in https://github.com/CybercentreCanada/Maco/pull/42
New Contributors * cccs-kevin made their first contribution in https://github.com/CybercentreCanada/Maco/pull/41 * gdesmar made their first contribution in https://github.com/CybercentreCanada/Maco/pull/42
What's Changed * fix: invalid escape sequence '\C'. by cccs-ml in https://github.com/CybercentreCanada/Maco/pull/40 * Use namespaces in yara to link extractors to their rules on hit by cccs-rs in https://github.com/CybercentreCanada/Maco/pull/39
Features - Add venv support for running extractors - **Note: This changes the datatype of `Collector.extractors`: `Dict[str, object] → Dict[str, Dict[str, Any]]`**