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.
A very simple ruby gem to get a list of states in a country. Also, you can get a list of cities in a state, and a list of all countries of the world.
gem "geo-regions", "~> 1.0.0"
source "https://rubygems.pkg.github.com/dcotecnologia" do
gem "geo-regions", "~> 1.0.0"
end
gem "geo-regions", github: "dcotecnologia/geo-regions", tag: "v1.0.0"
By default, the gem uses the default locale of the i18n library. You can set a custom locale setting a custom configuration:
GR.configure do |config|
config.locale = :en
end
GR::City.all
GR:City.find(state: "SP", country: "BR", name: "io Cl")
# expected response
=>
[<GR::City:0x00007f25991fe328
@name="Rio Claro",
@positions=GR::Geolite::CityPositions,
@state=
<GR::State:0x00007f25991fe3a0
@code="SP",
@country=
#<GR::Country:0x00007f25991fe418
@code="BR",
@continent=
#<GR::Continent:0x00007f25991fe468
@code="SA",
@name="\"SOUTH AMERICA\"">,
@is_in_european_union=0,
@name="Brazil">,
@name="Sao Paulo">,
@time_zone="America/Sao_Paulo">]
For more samples how to use the gem, check the HOW_TO_USE.md file.
If you want to edit the source code and/or contribuct to the gem, please, check the BUILDING.md and CONTRIBUTING.md files.
Please do not directly email any committers with questions or problems. A community is best served when discussions are held in public.
Searching the issues for your problem is also a good idea.
Please see LICENSE for licensing details.
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com. You can find the License of the databases here.
Take a look at our security policy to learn more about versions supported with security updates and how to report bugs and vulnerabilities.
FAQs
Unknown package
We found that geo-regions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.