Zubbi

Latest version: v2.7.0

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

Scan your dependencies

Page 4 of 5

2.1.2

Fixes
- **Elasticsearch:** If an index_prefix is provided, but empty, it will be ignored.

2.1.1

Fixes
- **Scraper:** Unfortunately, the scraper wasn't aware of the new Elasticsearch
configuration format and the SSL options.

2.1.0

New Features
- **Elasticsearch:** Support SSL options for the Elasticsearch connection. For a
list of available options, take a look at the settings.cfg.example file.

Deprecated
- **Configuration:** Changed the format on how to specify the Elasticsearch
connection in the config file to a single dictionary (like for CONNECTIONS).
The old format (prefixing everything with "ES_") is still supported but will
be removed in future versions. Please see the settings.cfg.example for details
to the new format.

2.0.0

New Features
- **Scraper:** Update repo information in Elasticsearch directly after scraping.
Previously, we updated the information for all scraped repositories in one go to
reduce the amount of requests sent to Elasticsearch. However, this had the drawback,
that none of the repo information was updated if scraping any of the repositories
failed.

Fixes
- **Scraper:** Fix a bug were the scraper was still trying to check out GitHub
repositories, although it didn't have a valid access token.
- **Scraper:** Don't fail when trying to split the owner from an invalid GitHub
repository names. Actually, the wrong name comes from a bug in the tenant scraper
which should be fixed in a future release. But for now, it's a good idea to make
this part more robust.

Backwards incompatible changes
- **Elasticsearch:** Zubbi 2.x.x is only compatible with Elasticsearch major version 7.

1.3.0

New Features
- **Experimental:** You can set an `ES_INDEX_PREFIX` in the `settings.cfg` file to
prefix all Elasticsearch indices with a custom value. This could be useful to avoid
name clashes if indices with the same name are already used by another part of the
system.

1.2.0

New Features
- **UI:** Autofocus the search field on index page. You can now visit Zubbi and
directly start typing.
- **UI:** Show "last update" timestamps for jobs and roles in search results.
- **Extensions:** Allow custom tabs/contents on details page. When extending Zubbi,
someone can now add new tabs (in addition to the already existing 'Description'
and 'Changelog').

Fixes
- **UI:** Use rendered description in search result cards to hide unparsable
Sphinx links.

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.