
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.
Stigg Ruby SDK makes it easier to interact with Stigg Sidecar
See https://docs.stigg.io/docs/sidecar-sdk
Install the gem and add to the application's Gemfile by executing:
$ bundle add stigg-sidecar-sdk
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install stigg-sidecar-sdk
Initialize the client:
api_key = ENV["STIGG_SERVER_API_KEY"]
client = Stigg::Sidecar.create_client(Stigg::Sidecar::ApiConfig.new(api_key),
remote_sidecar_host: "localhost",
remote_sidecar_port: 80)
Get single entitlement of a customer
client = Stigg::Sidecar.create_client(Stigg::Sidecar::ApiConfig.new(api_key))
entitlement = client.get_metered_entitlement(
Stigg::Sidecar::V1::GetMeteredEntitlementRequest.new(customer_id: "customer-demo-01",
feature_id: "feature-01-templates",
options: Stigg::Sidecar::V1::MeteredEntitlementOptions.new(
requested_usage: 1
))
)
p "Has access: #{entitlement.has_access}"
Accessing the api
client:
client = Stigg::Sidecar.create_client(Stigg::Sidecar::ApiConfig.new(api_key))
customer_resp = client.api.request(
Stigg::Mutation::ProvisionCustomer, {
"input": {
"customerId": "customer-demo-104",
"name": "customer name"
}
}
)
p "Customer created: #{customer_resp.data.provision_customer.customer.ref_id}"
FAQs
Unknown package
We found that stigg-sidecar-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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.