Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Copyright (c) 2009-2013 VMware, Inc.
Lets BOSH access multiple blobstores using a unified API.
bin/blobstore_client_console [<options>]
-p, --provider PROVIDER Bosh Blobstore provider
-c, --config FILE Bosh Blobstore configuration file
To explore the client API for accessing a blobstore, try creating and using a local blobstore:
$ gem install blobstore_client
$ blobstore_client_console -p local -c config/local.yml.example
=> Welcome to BOSH blobstore client console
You can use 'bsc' to access blobstore client methods
> bsc.create("this is a test blob")
=> "ef00746b-21ec-4473-a888-bf257cb7ea21"
> bsc.get("ef00746b-21ec-4473-a888-bf257cb7ea21")
=> "this is a test blob"
> bsc.exists?("ef00746b-21ec-4473-a888-bf257cb7ea21")
=> true
> Dir['/tmp/local_blobstore/**']
=> ["/tmp/local_blobstore/ef00746b-21ec-4473-a888-bf257cb7ea21"]
> bsc.delete("ef00746b-21ec-4473-a888-bf257cb7ea21")
=> true
These options are passed to the Bosh Blobstore client when it is instantiated.
These are the options for the Blobstore client when provider is local
:
blobstore_path
(required)
Path for the blobstoreThese are the options for the Blobstore client when provider is simple
:
endpoint
(required)
Blobstore endpointuser
(optional)
Blobstore Userpassword
(optional)
Blobstore Passwordbucket
(optional, by default resources
)
Name of the bucketThese are the options for the Blobstore client when provider is s3
:
bucket_name
(required)
Name of the S3 bucketencryption_key
(optional)
Encryption_key that is applied before the object is sent to S3credentials_source
(optional)
Where to get AWS credentials. This can be set to static
for to use an access_key_id
and secret_access_key
or env_or_profile
to get the credentials from environment variables or an EC2 instance profile. Defaults to static
if not set.access_key_id
(optional, if not present and credentials_source
is static
, the blobstore client operates in read only mode)
S3 Access Keysecret_access_key
(optional, if not present and credentials_source
is static
, the blobstore client operates in read only mode)
S3 Secret Access KeyFAQs
Unknown package
We found that blobstore_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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.