Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
lumigo-serverless-crossaccount-ssm
Advanced tools
Serverless framework plugin to access the system and secrets managers at isolated account
Serverless framework plugin to access the system and secrets managers at isolated account.
Currently only AWS provider is supported.
Run npm install
in your Serverless project.
$ npm install --save-dev lumigo-serverless-crossaccount-ssm
Add the plugin to the top of the list at your serverless.yml
file
plugins:
- lumigo-serverless-crossaccount-ssm
# ...
In order to configure the account, use the custom.crossaccount-ssm
object:
custom:
crossaccount-ssm:
profile: PROFILE_NAME # for ssm references resolution
regions:
- us-east-1
- us-east-2 # failover replica
#...
The default config in a case if nothing provided:
custom:
crossaccount-ssm:
profile: default
regions:
- us-east-1
All variables are being resolved and set through the environment during Cloudformation template generation:
service:
name: client-demo
custom:
crossaccount-ssm:
profile: PROFILE
regions:
- MASTER_REGION
- FAILOVER_REGION_1
# ...
- FAILOVER_REGION_N
provider:
name: aws
region: us-east-1
functions:
client:
description: Isolated AWS SecretsManager' secrets client
handler: ...
environment:
CLIENT_SECRET: ${ssm:/aws/reference/secretsmanager/secret~true}
package:
include:
- ...
plugins:
- serverless-crossaccount-ssm
npm run test:all
FAQs
Serverless framework plugin to access the system and secrets managers at isolated account
The npm package lumigo-serverless-crossaccount-ssm receives a total of 0 weekly downloads. As such, lumigo-serverless-crossaccount-ssm popularity was classified as not popular.
We found that lumigo-serverless-crossaccount-ssm 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.