
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
cli-override
Advanced tools
.. .. image:: https://img.shields.io/pypi/v/cli-override :target: https://pypi.org/project/cli-override/ :alt: PyPI Version
.. .. image:: https://github.com/blester125/cli-override/workflows/Unit%20Test/badge.svg :target: https://github.com/blester125/cli-override/actions :alt: Actions Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Code style: black
.. .. image:: https://readthedocs.org/projects/cli-override/badge/?version=latest :target: https://cli-override.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
This library lets you pass arbitrary over arguments from the cli like so::
from cli_override import parse_extra_args
args, unknown_args = parser.parse_known_args() extra_args = parse_extra_args(unknown_args)
my_override_value = extra_args.get["my_override_flag"]
Invocation of your program with::
python my_script.py --x:my_override_flag 14
results in my_override_value being 14.
FAQs
Cli Override
We found that cli-override 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.