
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Irelia view components for Ruby on Rails.
This project is still in an early stage. Documentation will be available soon.
gem "irelia"
Run bundle install
to install the dependencies
irelia_head
method inside the <head>
tags in your application layout.This is a helper method that will inject the Irelia stylesheets and javascripts into the head tag. It includes the Irelia CSS and JS files, as well as Font Awesome for icons and the Poppins Google font.
<!-- file: app/views/application.html.erb -->
<head>
<%= irelia_head %>
<!-- Load custom CSS after "irelia_head" to -->
</head>
Pin the Irelia javascripts in your importmap.rb
config.
pin "irelia", to: "irelia.js"
Add the Irelia registerIreliaControllers
to your controllers.js
file.
// file: app/javascripts/controllers/index.js
import { registerIreliaControllers } from "irelia";
registerIreliaControllers(application);
Restart your application and you should be good to go!
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that irelia 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.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.