Ubi-config

Latest version: v3.0.0

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

Scan your dependencies

3.0.0

Added

- Support for flags in config file

2.3.0

Added
- `GitlabLoader` is now more generic and supports custom branch names

2.2.0

Added
- Make ubiconfig.utils.config_validation.validate_config publicly available via
ubiconfig.validate_config

Fixed
- Fix LocalLoader couldn't get right version if the argument version of load() is None.

2.1.0

Fixed
- Fix LocalLoader couldn't populate version field, now it populates the version field
based on directory name.
- Fix remote loader couldn't load all config files with same name from different branches.
- Make version an option argument to Loader.load(), so it could load right version of
config file.

2.0.0

Added
- A new field `version` in UbiConfig class.
- GitlabLoader now populates the `UbiConfig.version` field while loading config.

Fixed
- LocalLoader couldn't load all config files correctly.

Changed
- **API break**: `recursive` option is now removed from all loaders. While using
LocalLoader to load all config files from a directly, it now load all config files
from its subdirectories automatically.

1.0.2

Changed
- Fix implicit conversion of data from YAML files
- Limit dependency PyYAML version only when python_version < 2.7
- Fix syntax error in CODEOWNERS file and change code owners

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.