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.
Ruby gem to populate language select dropdown list
Provides a simple helper to get an HTML select list of languages. The list of countries comes from the ISO ISO 639-1 standard (http://www.w3schools.com/tags/ref_language_codes.asp).
Install as a gem using
gem install language-select
Or put the following in your Gemfile
gem 'language-select'
Simple use supplying model and attribute as parameters:
form.language_select("language", nil, nil)
Supplying specific countries to be listed instead of all the languages:
country_select("language", [ "English", "Spanish", "French" ], nil, nil)
Supplying additional languages to be listed, additinally to the default list of languages:
country_select("language", nil, [ "English", "Spanish", "French" ], nil)
Supplying priority languages to be listed at the top of the list:
country_select("language", nil, nil [ "English", "Spanish", "French" ])
Copyright (c) 2014 Viduranga Wijesooriya, released under the MIT license
FAQs
Unknown package
We found that language-select 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.