
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
github.com/alexaandru/go3up
Go3Up (Go S3 Uploader) is a small S3 uploader tool.
It was created in order to speed up S3 uploads by employing a local caching of files' md5 sums. That way, on subsequent runs, go3up can compute a list of the files that changed since the last upload and only upload those.
The initial use case was a large static site (with 10k+ files) that frequently changed only a small subset of files (about ~100 routinely). In that particular case, the time reduction by switching from s3cmd to go3up was significant.
On uploads with empty cache there may not be any benefit.
The current focus of the tool is just one way/uploads (without deleting things that were removed locally, yet).
Run go3up -h
to get the help. You can save your preferences to a .go3up.json config file by
passing your command line flags as usual and adding "-save" at the end.
For authentication, see http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html as we pretty much support all of those options, in this order: shared profile; EC2 role; env vars.
FAQs
Unknown package
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.