
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
skipper-openstack-v2
Advanced tools
[](http://badge.fury.io/js/skipper-openstack-v2) [](https://david-dm.org/dporganizer/skipper-openstack
Skipper is a piece of middleware for Express that allows you to pipe/stream multipart form uploads for various storage endpoints. This project implements an OpenStack Swift adapter for Skipper.
This adapter is a new version of skipper-openstack that is up-to-date, actually working and more feature complete. It's written in ES6.
// api/controllers/UploadController.js
const crypto = require('crypto');
const skipperSwift = require('skipper-openstack-v2');
const algorithm = 'aes-256-ctr';
module.exports = {
download: (req, res) => {
const password = 'my-encryption-password';
skipperSwift.read({
container: 'my-container',
credentials: {
username: 'my-user@example.com',
password: 'MySecretPasswordHere1337',
authUrl: 'https://auth.my.openstack.url.com:5000',
tenantId: '<tenant id (md5 hash)>',
region: 'regionOne',
},
fileEncryption: {
enabled: true,
algorithm: 'aes-256-ctr',
password: 'super-secret-pw',
},
getFilename: (newFile) => newFile.fd,
}, req.params.filename, res);
},
};
FAQs
[](http://badge.fury.io/js/skipper-openstack-v2) [](https://david-dm.org/dporganizer/skipper-openstack
We found that skipper-openstack-v2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.