Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
nosetests-json-extended
Advanced tools
Creates json logging output for python nosetests unittest framework.
The generated output can be used by the atom-nosetests_ plugin, which adds python unit testing capability to the Atom_ editor.
.. _atom-nosetests: https://github.com/thschenk/atom-nosetests .. _Atom: https://atom.io .. _virtualenv: https://virtualenv.pypa.io/en/latest/
First install the package:
::
pip install nosetests-json-extended
It is also possible to install the development version:
::
git clone git@github.com:thschenk/nosetests-json-extended.git
pip install nosetests-json-extended
Normal usage:
::
nosetests --with-json-extended
This will automatically generate a file nosetests.json
in the current working
directory.
For python3, replace nosetests
with nosetests3
, or use the following form:
::
python3 -m nose --with-json-extended
FAQs
Create json logging output for pythonnosetests unittest framework
We found that nosetests-json-extended 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.