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.
In the terminal go to the pangeamt_nlp directory.
Switch to the branch that made the PR:
git checkout <source_branch>
git pull
source venv/bin/activate
rm -r dist
python setup.py sdist
pip install dist/*
cd tests
python -m unittest
sudo docker run -it -p 8081:8081 -v <absolute path to dist folder>:/nlp_dist enginestore.pangeamt.com/corporate/<engine_image> /bin/bash
pip install /nlp_dist/*
python start_server.py
curl -X POST -d '{"srcs": ["some testing segment"]}' 0.0.0.0:8081/translate
If it passes the tests accept the PR in github webpage.
Change to the master branch:
git checkout master
git pull
vim pangeamt_nlp/__init__.py
git add pangeamt_nlp/__init__.py
git commit -m "Update version number"
git push
rm -r dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
FAQs
h1 align="center">
We found that pangeamt-nlp 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
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.