Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Composer module to transfer dependency information to our ECS server. Find the solution at https://ecs-app.eacg.de
Add this line to your application's Gemfile:
gem 'ecs_bundler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ecs_bundler
To store your credentials for automated transfer you may create .ecsrc.json
in your project directory or in your home directory to set credentials globally (not recommended!)
.ecsrc.json
example:
{
"userName": "UserName",
"apiKey": "apiKey",
"url": "url",
"project": "Project Description"
}
You also may initiate transfer to ECS server manually by executing following command via terminal:
ecs_bundler
ecs_bundler -u userName -k apiKey -p Project
ecs_bundler -c config.json
Usage: ecs_bundler [switches|options]
Switches:
--help (-h) - display this help message
--version - display version string
Options:
--apiKey (-k) - api key
--userName (-u) - user name
--url - Base url
--project (-p) - Project name
--config (-c) - Config path
You also may initiate transfer to ECS server manually by executing following command in rake task or any other place:
ECSBundler.run
FAQs
Unknown package
We found that ecs_bundler 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.