Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
TasksCLI is a command-line interface tool for managing tasks stored in a CSV file. It allows you to list, filter, view, and update tasks efficiently from your terminal.
Install the gem by running:
gem install tasks_cli
TasksCLI expects a CSV file located at ~/tasks.csv
. Ensure this file exists and has the correct format before using the tool.
The CSV file should have the following columns:
Epic Name,Ticket Number,Ticket Name,Ticket Description,Priority,Status,Relates To,Blocked By,Updated At
Epic 1,1,Task 1,Description 1,High,To Do,,,
Epic 1,2,Task 2,Description 2,Medium,In Progress,,,
Epic 1,3,Task 3,Description 3,Low,Done,,,
What I find best is to use the following process;
To list all tasks, run:
tasks list
To filter tasks by a specific field and value, run:
tasks filter FIELD:VALUE
Replace FIELD
with the column name and VALUE
with the value you want to filter by.
For example, to filter tasks by Epic 1:
tasks filter "Epic Name":"Epic 1"
To view details of a specific task, run:
tasks view NUMBER
To update the status of a task, run:
tasks update NUMBER STATUS
Replace NUMBER
with the ticket number and STATUS
with the new status you want to set.
This project is licensed under the MIT License. See the LICENSE
file for more details.
FAQs
Unknown package
We found that tasks_cli 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.