
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
= trove_oauth (TroveOAuth)
A ruby wrapper for Trove (http://www.yourtrove.com), inspired by TwitterOAuth (http://github.com/moomerman/twitter_oauth)
Gem coming soon...
== Example Usage:
client = TroveOAuth::Client.new(:consumer_key => ..., :consumer_secret => ...) request_token = @client.request_token(:oauth_callback => my_awesome_callback_url) redirect_to request_token request_token.authorize_url
== meanwhile...
at your callback end point
access_token = client.authorize(request_token.token, request_token.secret, :oauth_verifier => verifier_recieved_at_callback)
== then you can do groovy things like:
client.info => {"first_name"=>"Emma", "last_name"=>"Persky", "trove_internal_id"=>"123456", "trove_email"=>"emma.persky@gmail.com", "trove_username"=>"emmapersky", "identities"=>{"photos"=>[["Flickr", "Emma Persky", "12345", 377], ["Facebook", "Emma Persky", "12345", 321]]}}
client.services => []
client.service('facebook') => []
client.service_bounceback_url('facebook', 'http://myawesomeserver.com/some_endpoint') => "https://www.yourtrove.com/some_magic_url_for_bounceback"
client.photos => {big ol' data structure for photos...} client.photos(some params) => {smaller data structure of photos} == in theory:
client.add_photo client.add_photos
== Copyright
Copyright (c) 2011 Emma Persky. See LICENSE.txt for further details.
FAQs
Unknown package
We found that trove_oauth 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.