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.
Reusable RuboCop configuration for CargoSense's Ruby projects.
Add rubocop-cargosense to your project's Gemfile
and run bundle install
:
gem "rubocop-cargosense", require: false
Include rubocop-cargosense in your project's .rubocop.yml
using RuboCop's require
directive:
# .rubocop.yml
require:
- rubocop-cargosense
[!TIP] If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive:
require: rubocop-cargosense
Or, inherit rubocop-cargosense's default configuration using RuboCop's inherit_gem
directive:
# .rubocop.yml
inherit_gem:
rubocop-cargosense: config/default.yml
You may also inherit individual configuration files from rubocop-cargosense:
# .rubocop.yml
inherit_gem:
rubocop-cargosense:
- config/rubocop-layout.yml
- config/rubocop-performance.yml
[!WARNING] While the above piecemeal usage is permissible, we recommend requiring the default configuration in its entirety.
rubocop-cargosense is freely available under the MIT License.
FAQs
Unknown package
We found that rubocop-cargosense demonstrated a healthy version release cadence and project activity because the last version was released less than 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.