
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
|Build Status|
yaclifw
is a framework for building CLI tools.
Direct dependencies of yaclifw are:
argparse
_To install yaclifw
, run::
$ python setup.py install
or using pip, run::
$ pip install yaclifw
To upgrade your pip installation, run::
$ pip install -U yaclifw
The list of available commands can be listed with::
$ yaclifw -h
For each subcommand, additional help can be queried, e.g.::
$ yaclifw example -h
The easiest way to make use of yaclifw is by cloning the repository and modifying the main.py method to include your own commands.
yaclifw follows PEP 8
, the Style Guide for Python Code. Please check your
code with pep8 or flake8_, the Python style guide checkers, by running
flake8 -v .
or pep8 -v .
.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
The tests are located under the test
directory. To run all the tests, use
the test
target of setup.py
::
python setup.py test
Unit tests ^^^^^^^^^^
Unit tests are stored under the test/unit
folder and can be run by calling::
python setup.py test -t test/unit
Unit tests are also run by the Travis_ build on every Pull Request opened against the main repository.
yaclifw is released under the GPL.
2014, The Open Microscopy Environment
.. _argparse: http://pypi.python.org/pypi/argparse .. _pep8: https://pypi.python.org/pypi/pep8 .. _flake8: https://pypi.python.org/pypi/flake8 .. _Travis: http://travis-ci.org/openmicroscopy/yaclifw
.. |Build Status| image:: https://travis-ci.org/openmicroscopy/yaclifw.png :target: http://travis-ci.org/openmicroscopy/yaclifw
FAQs
Framework for building command-line tools
We found that yaclifw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.