Errata-tool

Latest version: v1.32.0

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

Scan your dependencies

Page 8 of 9

1.2.4

======

* Refactor Erratum's internal `_fetch` method (code reorganization). This will
make it easier to subclass and extend functionality. New internal methods you may want to override:

* ``Erratum._cache_bug_info()``

* ``Erratum._need_rel_prep()``

1.2.3

======

* Prepend exceptions with erratum ID if possible

1.2.2

======

* Erratum instances have a new ``.text_only`` attribute that is ``True`` if an
advisory is text-only, and ``False`` if an advisory is a "normal" one. This
attribute is writable, and you can also set the ``text_only=True`` kwarg
during the ``Erratum`` constructor when creating an entirely new advisory.

1.2.1

======

* Erratum instances have a new ``.embargoed`` attribute that is ``True`` if an
advisory is embargoed, and ``False`` if an advisory is not embargoed.

1.2.0

======

* ``addBuilds()`` handles non-RPMs.

* add ``setFileInfo()``

* This release changes the signature of ``addBuilds()`` slightly. Prior to this
release, you could call it like so:

.. code-block:: python

advisory.addBuilds(['build1', 'build2'], product_version)

After this change, release must be specified as a kwarg:

.. code-block:: python

advisory.addBuilds(['build1', 'build2'], release=product_version)

1.1.1

======

* RPM packaging fixes

* Add full MIT license text to git repository and packaging

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.