Initial public release.
Special thanks: SuriCon 2019
Documentation reorganization
Minor cleanup Made it so module could be invoked via command line, e.g.:
python3 -m aristotle -r examples/example.rules --stats
Features added:
- Metadata Normalization
- Metadata Enhancement
- Post Filter Modification
- Regular expression based filtering
- Sundry tweaks and updates
See documentation for details.
Special thanks: Uber
Features added:
- Add support for PFMod 'copy_key' action
Bug Fixes:
- The enabling of modify_metadata automatically if unset when a PFMod file is given wasn't being honored when running as a script.
- Empty PFMod YAML entries were not always being handled properly.