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.
░█░█░█▀█░█░█░█▀█░░░░█▀▄░█▀▄ ░█▀▄░█▀█░█▀▄░█▀█░░░░█▀▄░█▀▄ ░▀░▀░▀░▀░▀░▀░▀░▀░▀░░▀░▀░▀▀░
fork of libcaca ruby extensions.
The API is kind of awkward right now with regards to user input. The original docs from the libcaca repo recommending doing something like this:
#Redefine Event::Key#quit? so that q, Q, and Esc become exit keys
module Caca
class Event::Key
def quit?
"qQ^[".split('').member?(@ch.chr)
end
end
end
This didn't scale terribly well when I tried to make a text art editor => https://github.com/mcfiredrill/dirbird/blob/master/lib/events.rb
I'd like to see if there's another way to do this besides just monkeypatching the event class in your application.
After checking out the source, run:
$ rake
This will compile the c extension and run the tests.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
FAQs
Unknown package
We found that kaka demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
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.