Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
FireEagle[http://fireeagle.yahoo.net] (FE) is a system providing centralized management of user location information. FE allows 3rd party developers to pdate and/or access user's location data.
http://fireeagle.yahoo.net/developer/documentation
== Installation
gem install fireeagle
== Usage
require 'fireeagle' client = FireEagle::Client.new( :consumer_key => "", :consumer_secret => "", :access_token => "[access token]", :access_token_secret => "[access token secret]")
==== With a User-specific OAuth Access Token
client.update(:q => "punta del diablo, uruguay") # I wish
user = client.user => #<FireEagle::User:0x1ca5e08 ... > user.locations => [#<FireEagle::Location:0x1cdd9e8 ...>, #<FireEagle::Location:0x1cc8ffc ...>, ... ] user.best_guess => #<FireEagle::Location:0x1cdd9e8 ...> user.best_guess.name => "Punta del Diablo, Uruguay"
locations = client.lookup(:q => "30022") => [#<FireEagle::Location:0x1cdd9e8 ...>, #<FireEagle::Location:0x1cc8ffc ...>, ...] locations.first.name => "Alpharetta, GA 30022" locations.first.place_id => "IrhZMHuYA5s1fFi4Qw"
== Authorization
Authorization is handled by OAuth. For more details about the OAuth authorization flow and how it differs based on your application type, please see http://fireeagle.yahoo.net/developer/documentation/authorizing
== Contributing
http://github.com/jnewland/fireeagle/tree/master. You know what to do.
Rubyforge Project Page:: http://rubyforge.org/projects/fireeagle Author:: Jesse Newland (http://soylentfoo.jnewland.com) (jnewland@gmail.com[mailto:jnewland@gmail.com]) Copyright:: Copyright (c) 2008 Jesse Newland. Portions[http://pastie.caboo.se/private/oevvkdzl0zrdkf8s7hetg] Copyright (c) 2008 Yahoo! License:: Distributed under the same terms as Ruby
FAQs
Unknown package
We found that pezra-fireeagle 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.