
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
.. image:: https://img.shields.io/pypi/v/inators?logo=python&logoColor=white :target: https://pypi.org/project/inators/ .. image:: https://img.shields.io/pypi/l/inators?logo=open-source-initiative&logoColor=white :target: https://pypi.org/project/inators/ .. image:: https://img.shields.io/github/workflow/status/renatahodovan/inators/main/master?logo=github&logoColor=white :target: https://github.com/renatahodovan/inators/actions .. image:: https://img.shields.io/coveralls/github/renatahodovan/inators/master?logo=coveralls&logoColor=white :target: https://coveralls.io/github/renatahodovan/inators
.. start included documentation
inators
is a collection of useful utilities mostly used by the ...inator
project family, whence its name.
.. _Python: https://www.python.org
To use inators in another project, it can be added to setup.cfg
as an
install requirement (if using setuptools_ with declarative config):
.. code-block:: ini
[options]
install_requires =
inators
To install inators manually, e.g., into a virtual environment, use pip_::
pip install inators
The above approaches install the latest release of inators from PyPI_. Alternatively, for the development version, clone the project and perform a local install::
pip install .
.. _setuptools: https://github.com/pypa/setuptools .. _pip: https://pip.pypa.io .. _PyPI: https://pypi.org/
.. end included documentation
Licensed under the BSD 3-Clause License_.
.. _License: LICENSE.rst
FAQs
inators: utilities for inators
We found that inators demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.