Bbrf

Latest version: v1.3.2

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

Scan your dependencies

Page 3 of 3

1.1.2

This release includes a couple of small improvements and bug fixes:

* The flag `--all` will now only return domains/ips/urls/services of enabled programs. Combine with the flag `--show-disabled` (or `-w`) to include documents of disabled programs too;
* Similarly, `bbrf ips --all` will only return ips of enabled programs.
* Improvements to scope filter should drastically reduce the time of e.g. `bbrf domains | bbrf scope filter out` to list out of scope domains in your dataset;

To upgrade your client run `pip install --upgrade bbrf`. To upgrade your server, run `bbrf server upgrade`. Note that this can take a few minutes to complete, depending on the amount of records in your database.

1.1.1

This release includes the following changes:

- List all your custom tag names with `bbrf tags`, and get their values with `bbrf tags custom_tag_name` to grep through your custom fields;
- Support for arrays in custom tags, allowing e.g. `bbrf domain update example.tld -t key:one -t key:two` to be stored as `"key":["one","two"]`. Similary, you can make sure new tags are appended to existing tags, rather than overwriting them, by specifying `--append-tags` when updating a document;
- Programs without any in scope domains will now be hidden by default. Use `bbrf programs --show-empty-scope` to include them in your list;
- Upgrade your server right from the command line with `bbrf server upgrade`
- Domains including an underscore `_` are now supported;
- Error handling should be somewhat improved to give you an idea of what's going wrong (instead of dumping the stack trace);
- Scope definitions (both inscope and outscope) are validated to contain valid domains, optionally including a leading wildcard `*.`

To upgrade your client run `pip install --upgrade bbrf`

To upgrade your server, use the new subcommand: `bbrf server upgrade`. Note that this can take a few minutes to complete, depending on the amount of records in your database.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.