
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
serverless-plugin-vpc
Advanced tools
This plugin adds vpc support to your lambda functions.
Note: This plugin supports Serverless 0.4*
make sure that aws and serverless are installed
@see http://docs.aws.amazon.com/cli/latest/userguide/installing.html
install this plugin to your projects node_modules folder
cd projectfolder
npm install serverless-plugin-vpc
"plugins": [
"serverless-plugin-vpc"
]
sls function deploy
...
"vpcConfig": {
"SubnetIds": [
"subnet-abcda004"
],
"SecurityGroupIds": [
"sg-abcdc999"
]
},
...
Unhandled rejection AccessDeniedException: Your access has been denied by EC2, please make sure your function execution role have permission to CreateNetworkInterface. EC2 Error Code: UnauthorizedOperation. EC2 Error Message: You are not authorized to perform this operation.
{
"Effect": "Allow",
"Action": [
"ec2:CreateNetworkInterface",
"ec2:DescribeNetworkInterfaces",
"ec2:DeleteNetworkInterface"
],
"Resource": "*"
},
FAQs
Serverless VPC Plugin.
The npm package serverless-plugin-vpc receives a total of 2 weekly downloads. As such, serverless-plugin-vpc popularity was classified as not popular.
We found that serverless-plugin-vpc 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.