Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@cfn-modules/alb
Advanced tools
Application load balancer.
Install Node.js and npm first!
npm i @cfn-modules/alb
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
Alb:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
AlertingModule: '' # optional
BucketModule: '' # optional
Scheme: 'internet-facing' # optional
IpAddressType: 'dualstack' # optional
IdleTimeoutInSeconds: '60' # optional
TemplateURL: './node_modules/@cfn-modules/alb/module.yml'
Name | Description | Default | Required? | Allowed values |
---|---|---|---|---|
VpcModule | Stack name of vpc module | yes | ||
AlertingModule | Stack name of alerting module | no | ||
BucketModule | Stack name of S3 bucket module | no | ||
Scheme | Indicates whether the load balancer reachable from the public Internet or only from within the VPC | internet-facing | no | [internet-facing, internal] |
IpAddressType | The IP adress type for the load balancer: IPv4 only or Dualstack (IPv4+IPv6) | dualstack | no | [ipv4, dualstack] |
IdleTimeoutInSeconds | The idle timeout value, in seconds | 60 | no | 1-4000 |
FAQs
Application load balancer.
The npm package @cfn-modules/alb receives a total of 9 weekly downloads. As such, @cfn-modules/alb popularity was classified as not popular.
We found that @cfn-modules/alb 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.