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.
To use it first, you must be in a repository and preferably the installation must be global.
npm install -g glmr
glmr -v
glmr --help
Once you get your token, you must set it to the local repository, follow the example:
git config --add gitlab.token "GITLAB-ACCESS-TOKEN"
By default the current branch will be set as the base branch for the merge request.
To open a merge request the following command must be used:
glmr target-branch
If you want to set a merge request title the following command should be used:
glmr target-branch -t "MR Title"
By default, the remove source branch option is checked, but if you want to open merge request without the option, the following command must be used:
glmr target-branch --no-remove
If you want to open a Merge Request with WIP, the following command must be used:
glmr target-branch -w
or
glmr target-branch --wip
If you want to open a Merge Request by signing for some user, the following command must be used:
glmr target-branch -u user.name
or
glmr target-branch --user user.name
git config --add glmr.remove < true | false >
git config --add glmr.target "target-branch"
FAQs
Merge Request Utility API on GitLab
We found that glmr demonstrated a not healthy version release cadence and project activity because the last version was released 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.