Claviger

Latest version: v0.2.1

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

Scan your dependencies

0.2.2

==================

- Do not present configuration file errors as unhandled exceptions.

0.2.1

==================

- Add missing dependency to jsonschema. (Thanks-to: Joost Rijneveld)
- Properly decode output of `scp`. (Thanks-to: Joost Rijneveld)

0.2

================

- Add ``allow``-list to server stanza.

If ``keepOtherKeys`` is set to false, claviger will remove any keys present
except for those in the ``present`` and ``allow`` list.
- Add *abstract servers*. Let every server inherit from the hidden
abstract server ``$default``.
- Allow

.. code:: yaml

servers:
server1:
server2:

which is prettier than

.. code:: yaml

servers:
server1: {}
server2: {}

- bugfix: actually set server name with ``name`` option.

0.1.2

==================

- Show the correct number of keys actually removed.

0.1.1

==================

- Some cosmetic changes.
- Show example configuration file, if claviger isn't configured yet.
- Python 3 compatibility.

0.1.0

==================

- Initial release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.