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.
capistrano3-dotenv-check
Advanced tools
Capistrano3 check .env variables
Add the library to your Gemfile
group :development do
gem "capistrano3-dotenv-check", :require => false
end
Require in Capfile
to use default task:
require "capistrano3/dotenv-check"
Configurable options:
set :dotenv_file_path, "#{shared_dir}/.env" # this is default
set :dotenv_checklist, {} # this is default
You can set :dotenv_checklist and :dotenv_file_path in the stage which you want. Example:
# config/deploy/staging.rb
set :dotenv_checklist, {
ENV_KEY: "Expected value for staging",
# ...
}
# config/deploy/production.rb
set :dotenv_file_path, "/home/root/.env"
set :dotenv_checklist, {
ENV_KEY: "Expected value for production"
}
FAQs
Unknown package
We found that capistrano3-dotenv-check 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.