Yaramanager

Latest version: v0.2.1

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.1.13

- Added compiled export functionality:
`ym export -sc test.yar`

0.1.12

- Implemented recursive scans via
`$ ym scan -r /path/to/dir`

0.1.11

- Updated yarabuilder and yara-python
- Fixes commit hash display for packaged yaramanager

0.1.10

- Added prebuilt binaries using Github Actions - I'm new to this, so handle with care.
- Added `new` command to create new rules directly with ym.
- Prebuilt binaries include commit hash
- Updated readme
- Added `YM_PATH` and `YM_CONFIG` env variables to overwrite general path and config path.

0.1.8

- Added debug output for some commands
- Platform specific paths (Linux, MacOS, Win)
- Added Rulesets (`ym ruleset`, which meta attribute is responsible for assigning rules to a ruleset is configurable)
- Fixed alembic migrations, some files were incorrectly added to pyproject file.

0.1.6

- `--ensure/-e` switch ensures specific meta fields and tags in `list` command. These can be configured:
toml
[yaramanager.ensure]
ensure_meta = [ "author", "tlp", "description" ]
ensure_tag = true

- Added `search rule` command which searches through rule names and `description` meta fields
- Fixes rule editing: because of a misunderstanding of how SQLAlchemy handles new objects with relations, editing rules could lead to exceptions
- Fixes custom editor usage: previously the custom editor was only applied to config edits, but not to rule edits

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.