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.
Easy installation and use of geckodriver, that provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox.
geckodriver-helper
installs an executable, geckodriver
, in your
gem path.
This script will, if necessary, download the appropriate binary for
your platform and install it into ~/.geckodriver-helper
, then exec
it.
If you're using Bundler and Capybara, it's as easy as:
# Gemfile
gem 'geckodriver-helper'
then, in your specs:
Capybara.register_driver :selenium do |app|
Capybara::Selenium::Driver.new(app, :browser => :firefox)
end
If you'd like to force-upgrade to the latest version of geckodriver,
run the script gecko_updater
MIT licensed, see LICENSE.txt for full details.
The idea and some features comes from @flavorjones's project
chromedriver-helper
. That saves setup time and works pretty good from the box.
FAQs
Unknown package
We found that geckodriver-helper 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.