Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
merb-core
A new branch of Merb (sometimes referred to as merb-next) which aims to provide a stable, stripped down API for the Merb 1.0 release.
This branch was based off the 0.5 release series with significant rewrites.
Goals of this release:
To familiarize yourself with how a merb-core application might look, use merb-gen (from merb-more) to generate a few apps:
$ merb-gen app myapp # merb stack app, assuming you are using DM and RSpec
The only option you can use with stack is --template_engine=(erb|haml). Default is erb.
$ merb-gen core myapp # a "regular" app without any predefined dependencies
Options available:
--orm=datamapper --orm=sequel --orm=activerecord
Default is no ORM.
--testing_framework=rspec --testing_framework=test_unit
Default is rspec.
--template_enging=erb --template_enging=haml
Default is erb.
$ merb-gen flat myapp # a flattened app: one file and directory for views
Options are same as for "regular" app.
$ merb-gen very_flat myapp # a single-file app
Options are same as for "regular" app.
FAQs
Unknown package
We found that merb-core 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.