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.
heroku-repo
Advanced tools
This plugin adds some commands to the heroku gem to interact with the app's repo
To install:
$ heroku plugins:install heroku-repo
$ heroku repo:clone -a appname
This will clone the applications repo to your local filesystem. No collaboration necessary!
$ heroku repo:download -a appname
This will download the applications repo as a tarball.
$ heroku repo:gc -a appname
This will run a git gc --aggressive
against the applications repo. This is done inside a run process on the application.
$ heroku repo:purge_cache -a appname
This will delete the contents of the build cache stored in the repository. This is done inside a run process on the application.
$ heroku repo:reset -a appname
This will empty the remote repository.
FAQs
Heroku CLI plugin to manipulate the repo
The npm package heroku-repo receives a total of 1,314 weekly downloads. As such, heroku-repo popularity was classified as popular.
We found that heroku-repo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 277 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.