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.
com.pepperize:cdk-ssm-parameters-cross-region
Advanced tools
Store, read and lookup AWS SSM Parameters cross-region
Store, read and lookup AWS SSM Parameters cross-region
Currently, only supports StringParameter except simple name. Implements
aws_ssm.IParameter
and can be used asaws_ssm.StringParameter
replacement.
npm install @pepperize/cdk-ssm-parameters-cross-region
or
yarn add @pepperize/cdk-ssm-parameters-cross-region
pip install pepperize.cdk-ssm-parameters-cross-region
dotnet add package Pepperize.CDK.SsmParametersCrossRegion
<dependency>
<groupId>com.pepperize</groupId>
<artifactId>cdk-ssm-parameters-cross-region</artifactId>
<version>${cdkSsmParametersCrossRegion.version}</version>
</dependency>
new StringParameter(scope, "PutParameter", {
region: "eu-central-1",
parameterName: "/path/name/example",
stringValue: "Say hello from another region",
});
See StringParameter
StringParameter.fromStringParameterName(scope, "GetParameter", "eu-central-1", "/path/name/example");
See StringParameter.fromStringParameterName
StringParameter.valueFromLookup(scope, "eu-central-1", "/path/name/example");
FAQs
Store, read and lookup AWS SSM Parameters cross-region
We found that com.pepperize:cdk-ssm-parameters-cross-region demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.