Nsot

Latest version: v1.4.6

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

Scan your dependencies

Page 4 of 20

1.1.2

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

* Reimplements the ``Network.get_next_network`` method
* ``Network.get_next_network`` now optionally returns networks that can be
strictly allocated by passing the ``strict_allocation=True`` paremeter.
* Fixed a minor bug in ``/api/:resource/:id/query/`` API endpoints where
``unique`` would always evaluate to ``True`` if present in the query
parameters.

1.1.1

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

* Add `name_slug` field to Circuit, make it the natural key to fix a bug with
Circuit names that contain slashes

1.1

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

* A formal :ref:`deprecation-policy` has been implemented which dictates a
three-feature release cycle for removing deprecated API endpoints. Please see
the documentation on this topic for more details.
* Fix 203 - Implementation of Circuits as a resource object.

+ A Circuit has one-to-one relationship with each of A and Z side
endpoint Interfaces.
+ Circuits are resource objects and therefore may have attributes and
support set query lookups.
+ A circuit must have at least an A-side endpoint defined. For circuits for
which you do not own the remote end, you may leave the Z-side empty and
specify the remote endpoint by customizing the circuit name.

* Circuits have the following detail routes available in the API:

+ ``circuits/:id/devices/`` - List peer devices on either end of circuit
+ ``circuits/:id/interfaces/`` - List interfaces bound to the circuit
+ ``circuits/:id/addresses/`` - List addresses bound to circuit interfaces

* Interfaces have a new ``interfaces/:id/circuit/`` detail route that will
display the circuit to which an interface is bound.
* Devices have a new ``devices/:id/circuits/`` detail route that will
display all circuits bound to interfaces on the device.
* Fix 191 - The Interface object unicode representation changed to
``device_hostname:name`` so that it can more easily be used as a slug for
computing Circuit slug.
* Fix 230 - The misspelled ``networks/:id/descendents/`` API endpoint is
pending deprecation in exchange for ``networks/:id/descendants/``.

1.0.13

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

* Provides the ability to more efficiently access the device hostname
associated with an interface, using the cached ``device_hostname`` field.
* Provides the ability access interface objects by natural key of
``device_hostname:name``.
Ex. ``foo-bar1:eth1``

1.0.12

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

* Fix 252 - Fixes bug in ``get_next_network`` for assigned networks of
different prefix lengths

1.0.11

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

* Fix 250 - Improves treatment of ``get_next_network`` and assigned state
* Fix 238 - Update to Docker instructions
* Fix 219 - Better handling of attempts to create objects in non-existent sites
* Moved Vagrantfile to root of repo

Page 4 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.