Universum

Latest version: v0.19.22

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

Scan your dependencies

Page 11 of 15

0.11.2

-------------------

New features
~~~~~~~~~~~~

* **launcher:** add support for critical steps - now steps can be marked with
"critical" attribute to fail entire build in case of step failure.
By default the build continues even if some steps have failed

Bug fixes
~~~~~~~~~

* **submit:** fix setup script to actually install submitter module
and to create console script called "universum_submit"
* **submit:** add support for executing commit message hooks by using external git utility
instead of gitpython module (required to submit to gerrit)

Known issues
~~~~~~~~~~~~

* **submit:** commit message hook is not downloaded from gerrit during cloning of the repository.
As a workaround add installation of commit message hook to configs.py::

configs += Variations([dict(name="Install commit message hook",
command=["scp", "-p", "-P", "29418",
"<user><server>:hooks/commit-msg", ".git/hooks/"])])

* **submit:** by default, submit uses "temp" subfolder of the current folder as working directory.
As a workaroung add the explicit setting of project root to configs.py::

configs += Variations([dict(name="Submit",
command=["universum_submit",
"-pr", get_project_root(),
"--vcs-type", "gerrit",
"--commit-message", "Publish artifacts",
"--file-list", "out/module.bin"])])

0.11.1

-------------------

New features
~~~~~~~~~~~~

* **review:** add link to review page on server to logs
* **docs:** add instructions for TeamCity integration
* **tests:** add gravity tests for cases found by coverage
* **tests:** extend `test_git_poll` test suite with special merging cases

Bug fixes
~~~~~~~~~

* **report:** remove special characters from report message
* **launcher:** fix paths processing

0.11.0

-------------------

New features
~~~~~~~~~~~~

* **submit:** add submit functionality for Git & Gerrit
* **tests:** add coverage report
* **tests:** add test for checking referencing dependencies

0.10.7

-------------------

Bug fixes
~~~~~~~~~

* **gerrit:** resolving issues fixed

0.10.6

-------------------

New features
~~~~~~~~~~~~

* **tests:** add submitter initial tests

Bug fixes
~~~~~~~~~

* **files:** fix module construction order in main module and git `refspec` processing errors

0.10.5

-------------------

New features
~~~~~~~~~~~~

* **files:** add repository state file
* **poll:** add poller for Git and initial tests

Page 11 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.