
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.
Please check our Web site for the latest documentation:
For questions, please visit the Get Satisfaction API community
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
IMPORTANT NOTE: This version changes the gem behavior in a way that may introduce backwards incompatibility. In particular, with prior versions, the following code:
Satisfaction.new.companies['company_domain'].products['p_slug'].topics['t_slug'].tags
ignores the chained context of the final method call and simply sends a GET request to the following API endpoint:
/topics/t_slug/tags
With this version, however, the gem will make API calls for nested resources in the API that correspond to the chained method calls. In particular, the above code will instead attempt to send a GET request to the following endpoint:
/companies/company_domain/products/p_slug/topics/t_slug/tags
In this particular case, the endpoint does not exist in the Get Satisfaction REST API, so API calls made to it will yield a 404 Not Found response error.
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
Fixed known issue with scoping. Calling resource methods could potentially change scope for other objects. For example:
sfn = Satisfaction.new
sfn2 = Satisfaction.new
person = sfn.peson.get('jargon')
topics = sfn.topics.page(3, :order => 'recently_created') # Jargon's topics
sfn2.topics # Also Jargon's topics
This now behaves as expected (where topics and sfn2.topics would be scoped to the set of all i topics)
0.6.0
FAQs
Unknown package
We found that ruby-satisfaction 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.