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.
Parse JimFlowKlopfer JSON output files and update JIRA. Replaces the PHP cron job in JimFlowWall.
Update JIRA tickets moved on a JimFlow Kanban board. See http://jimflow.jimdo.com.
This replaces the PHP cron job in JimFlowWall that is designed to run after JimFlowKlopfer. It uses the outputs of JimFlowKlopfer.
Usage::
$ jirathumper --url= --username= --password= --config=config.ini klopfer-output.json
The configuration file (e.g. config.ini
) contains::
[columns]
0 = todo
1 = in-progress
2 = done
This maps column indexes (0 is the first one) to the titles of JIRA statuses.
The input file is produced by JimFlowKlopfer. It maps the current position (column index) of each item on the board, as identified by JIRA ticket ids.
jirathumper will then look up each ticket in JIRA and identify its current status. If this is diffent from the one indicated by the columns on the wall, it will look for possible transitions to take it into that state. If such a transition exists, it will be executed.
FAQs
Parse JimFlowKlopfer JSON output files and update JIRA. Replaces the PHP cron job in JimFlowWall.
We found that jirathumper 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.