
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
It provides a simple api to access twitter rest api using event machine. This has provided us with really fast and efficient way of retriving twitter data.
The current api is based on pages of information and will retrieve It is based on em-http-request and event-machine.
There are some usage examples in the examples folder.
The current implementation blocks for each api call to finish. Ie. 5 pages of user_timeline is fetched asynchronously but it waits for the call to complete.
That's sort of what we needed, but the complete async api is coming soon as well.
Here are some examples. It's based on em-synchrony. So remember to wrap it into the EM.synchrony
EM.synchrony do
twitter = EM::TwitterClient.new(oauth)
twitter.rate_limit
twitter.home_timeline(2) do |data|
@data = data
puts data.flatten.inspect
EM.stop
end
end
Will hopefully publish the gem then as well, when that is done.
FAQs
Unknown package
We found that em-twitter-client 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.