
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.
@heroku/release-static-artifacts
Advanced tools
Enable static web apps to build artifacts during Heroku Release Phase and read them in web/worker/run dynos.
npm module developed to support static site build in release phase. Each Heroku app release (v1
,v2
, etc.) gets its own bundle of static artifacts, based on the version number provided by Dyno Metadata.
During download, if the current release version's artifact is not found, then it will fallback to fetching the latest artifact (by S3's Last Modified property).
static-artifacts/
directorystatic-artifacts/
directoryAdd the package to the app:
npm install @heroku/release-static-artifacts
For a Yarn-managed app:
yarn --registry="https://registry.npmjs.org" add @heroku/release-static-artifacts
# Enable the library (currently Review Apps & Heroku CI are not supported)
export STATIC_ARTIFACTS_ENABLED=true
# Optional, force dynos to load the exact release version (do not fallback to latest)
export STATIC_ARTIFACTS_STRICT_MATCH=true
# AWS IAM credentials
export STATIC_ARTIFACTS_AWS_ACCESS_KEY_ID=xxxxx
export STATIC_ARTIFACTS_AWS_SECRET_ACCESS_KEY=yyyyy
# AWS S3 bucket name
export STATIC_ARTIFACTS_BUCKET=test-bucket
export AWS_REGION=us-east-1
# In Heroku release script
npx release-static-artifacts-upload
# In Heroku dyno startup script (.profile)
npx release-static-artifacts-download
FAQs
Enable static web apps to build artifacts during Heroku Release Phase and read them in web/worker/run dynos.
We found that @heroku/release-static-artifacts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 173 open source maintainers 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.