Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
AWS IAM Identity Center (formerly AWS SSO) has some rough edges, and aws-sso-util
is here to smooth them out, hopefully temporarily until AWS makes it better.
aws-sso-util
contains utilities for the following:
.aws/config
The underlying Python library for Identity Center authentication is aws-sso-lib
, which has useful functions like interactive login, creating a boto3 session for specific a account and role, and the programmatic versions of the lookup
functions in aws-sso-util
.
aws-sso-util
supersedes aws-sso-credential-process
, which is still available in its original form here.
Read the updated docs for aws-sso-util credential-process
here.
pipx
, which installs the tool in an isolated virtualenv while linking the script you need.Mac and Linux:
brew install pipx
pipx ensurepath
Other:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install aws-sso-util
aws-sso-util --help
See the full docs at https://github.com/benkehoe/aws-sso-util
FAQs
Utilities to make AWS SSO easier
We found that aws-sso-util 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.