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.
An easy command line interface for tracking your to-do list
pip
cli-todoer is only supported with python 3.6 due to the use of f-strings be aware before pip installing
pip install cli-todoer
git clone https://github.com/VladaZakharova/CLI-todoer.git
cd todoer
python setup.py install
todoer --help
todoer add "Task description" "Category"
Both of the parameters are optional. You can specify only one argument in case you want to change only part of to-do task.
todoer update 1 --description "New task description" --category "New category"
todoer complete 1
todoer show
todoer delete 2
todoer clear
FAQs
An easy command line interface for saving tasks to to-do list for current day
We found that cli-todoer 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.