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.
Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials.
pip install dnxsso
aws sso login --profile=dev
dnxsso
dnxsso --default
dnxsso --default-only
dnxsso -p dev
dnxsso -p dev prod
dnxsso --default -p dev prod
lab*
, do:(zsh)
dnxsso -p 'lab*'
(bash)
dnxsso -p lab*
lab*
as well as dev
and prod
, do:dnxsso -p 'lab*' dev prod
Use -e
flag if you want a temporary copy-paste-able time-gated access token for an instance or external machine. It use default
profile if no additional arguments pass. The main use case is for those who use default
profile, and would like to PIPE like this aws sso login && dnxsso -e | pbcopy
. Otherwise for named profile, do dnxsso -e -p dev
.
PLEASE USE THIS FEATURE WITH CARE SINCE ENVIRONMENT VARIABLES USED ON SHARED SYSTEMS CAN GIVE UNAUTHORIZED ACCESS TO PRIVATE RESOURCES:
dnxsso -e
export AWS_ACCESS_KEY_ID=xxx
export AWS_SECRET_ACCESS_KEY=xxx
export AWS_SESSION_TOKEN=xxx
dnxsso
subcommand login
to SSO login then sync all in one go:dnxsso login -h
dnxsso login
dnxsso login -e
dnxsso login --this
dnxsso login --profile dev
dnxsso login --profile dev --this
dnxsso -h
cdk deploy ...
terraform ...
cw ls -p dev groups
awsbw -L -P dev
make install
make test
python -m dnxsso --trace version
MIT License
FAQs
Sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials
We found that dnxsso 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
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.