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.
buildstamp-bin
Advanced tools
Buildstamp binaries for macOS and Linux
Get download links
curl https://registry.npmjs.org/buildstamp-bin | grep -E -o 'https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-\d+.\d+.\d+.tgz'
Download package by one of the links
curl -o buildstamp.tgz https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-1.0.0.tgz
Extract binaries
tar --extract --file buildstamp.tgz
If you use Windows, you can download package and find executable in package/target/bin/buildstamp-win.exe
.
Installation on Linux or MacOS (requires jq).
curl -o- https://raw.githubusercontent.com/qiwi/buildstamp/master/packages/bin/scripts/sh/install.sh | bash
Utility call
buildstamp --out.path=some/path/b.json --git --docker.imageTag=foo --date.format=iso
Using without installation
curl -o- https://raw.githubusercontent.com/qiwi/buildstamp/master/packages/bin/scripts/sh/install.sh | bash -s -- --run --git --out.path=./buildstamp.json --docker.imageTag=foo
Pass necessary arguments after --run
FAQs
Buildstamp binaries for MacOS, Linux and Windows
The npm package buildstamp-bin receives a total of 2 weekly downloads. As such, buildstamp-bin popularity was classified as not popular.
We found that buildstamp-bin 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.