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.
= merb_datamapper
A plugin for the Merb framework that provides DataMapper access
== Features
=== Sessions
To use sessions:
set the session store to datamapper in init.rb: Merb::Config.use { |c| c[:session_store] = 'datamapper' }
add the dependency in init.rb: use_orm :datamapper
Sessions can be configured by a few plugin options:
[:session_storage_name] The name of the table to use to store the sessions (defaults to 'session') [:session_repository_name] The repository to use for sessions. (defaults to :default)
=== Repository Blocks
Repository Blocks are a DataMapper feature, which enables the use of the DataMapper IdentityMap, which can help with certain DataMapper features such as strategic eager loading. Read on http://www.datamapper.org for more information on these features.
If, for whatever reason, it doesn't suit you, it can be disabled via setting the :use_reposity_block option to false.
Merb::Plugins[:merb_datamapper][:use_reposity_block] = false
FAQs
Unknown package
We found that merb_datamapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.