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.
A singleton logger accessible from ALL objects. It is intended to be used to:
Add this line to your application's Gemfile:
gem 'transitional_logger'
And then execute:
$ bundle
Or install it yourself as:
$ gem install transitional_logger
The logger can be altered just like a normal Logger:
logger.level = Logger::WARN
Example usage:
TransitionalLogger.stdout
logger.info 'this message goes through the logger to stdout'
puts 'this works like usual'
TransitionalLogger.file('/tmp/whatever.log')
Object.new.logger.info 'this message goes through the logger to the file above'
puts 'this message also goes through the logger above'
TransitionalLogger.blackhole
Object.new.logger.error 'this message disappears'
puts 'this message disappears too!'
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that transitional_logger 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.