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.
The WIRB gem syntax highlights Ruby objects. Works best as your default REPL inspector (see usage section below), but does not require IRB.
Supported Rubies: 3.0, 2.7, 2.6, 2.5
Older Rubies, should work: 2.4, 2.3, 2.2, 2.1, 2.0, rubinius
Ancient Rubies (1.9, 1.8): Please use WIRB 1.0
Set
Install the gem with:
$ gem install wirb
Or add it to your Gemfile:
gem 'wirb'
To start IRB with WIRB activated for one session, do:
$ irb -r wirb --inspect wirb
To activate WIRB permanently, you can add this to the ~/.irbrc
file:
require 'wirb'
Wirb.start
Another way would be to use Irbtools, which activate WIRB automatically.
Kernel#wp
WIRB comes with a pretty printing utility (similar to awesome_print):
require 'wirb/wp'
wp some_object
These are the bundled color schemas. You can load one with Wirb.load_schema(:name)
:classic
(default):colorless
(only uses :bright, :underline and :inverse effect):ultra
(by @venantius, matches the colorscheme from Ultra over in Clojure-land)If you run into problems using WIRB with Rails, try the solution in this issue.
Copyright (c) 2011-2020 Jan Lelis https://janlelis.com see COPYING for details.
First tokenizer version was based on the wirble gem: Copyright (C) 2006-2009 Paul Duncan pabs@pablotron.org
FAQs
Unknown package
We found that wirb 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.