
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).
.. contents:: Table of Contents :backlinks: none
PyNiryo is distributed on PyPI <https://pypi.org>
_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 2.7/3.5+
.. code-block:: bash
$ pip install pyniryo
PyNiryo allows to write simple script in Python in order to control Niryo's robots
.. code-block:: python
from pyniryo import *
robot = NiryoRobot("10.10.10.10")
robot.calibrate_auto()
robot.move(JointsPosition(0.2, -0.3, 0.1, 0.0, 0.5, -0.8))
To see more examples or learn more about the available functions, full documentation is available at http://archive-docs.niryo.com/dev/pyniryo
PyNiryo is distributed under the terms of
GNU General Public License v3.0 <https://choosealicense.com/licenses/gpl-3.0>
_
FAQs
Package to control Niryo Robot "Ned" through TCP
We found that pyniryo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.