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.
serverless-plugin-static-env
Advanced tools
Replace environment variables with static strings before deployment. It is for Lambda @ Edge.
This plugin is is intended for use with Lambda@Edge to replace process.env
and other
similar mechanisms referencing environment variables with static values so that environment
specific configuration can be used in Lambda@Edge (which does not support environment variables).
This is forked from serverless-plugin-embedded-env-in-code with the intention of taking a slightly different approach to the same problem.
This is work in progress, if you're looking for a working solution use serverless-plugin-embedded-env-in-code.
Rather than using string substution, the intent is to load the module and replace it with a static version of it's exports using the built in serverless environment options.
The idea is this will provide a more consistent flow with other lambdas (specifying environment on the provider or function) and also allow less constraints on the configuration file.
FAQs
Replace environment variables with static strings before deployment. It is for Lambda @ Edge.
The npm package serverless-plugin-static-env receives a total of 480 weekly downloads. As such, serverless-plugin-static-env popularity was classified as not popular.
We found that serverless-plugin-static-env 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.