
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@serverless/enterprise-plugin
Advanced tools
This is a Serverless Framework plugin which helps you use advanced monitoring, tracing and governance features via Serverless Enterprise.
The Plugin automatically wraps your functions and instruments them with Serverless Enterprise's monitoring, alerting, logging and tracing features.
Install the plugin & log into the Serverless Enterprise
sls plugin install -n @serverless/enterprise-plugin
sls login
Serverless Enterprise ships with the following safeguards by default:
To disable Serverless Safeguards, add this to your configuration:
custom:
safeguards: false
Serverless Enterprise automatically aggregates logs. To disable them, set the following options:
custom:
enterprise:
collectLambdaLogs: false
You can install the latest versions from the master branch by installing the next
tag:
npm install @serverless/enterprise-plugin@next
The project is transpiled with babel, so run npm run build
before installing it
Currently, the serverless-sdk
is within this project. On deployment, this plugin copies a
bundled and compressed version of the serverless-sdk
into your Service package before it's
uploaded.
If you are updating the serverless-sdk
, ensure you run npm run build
to rebuild it too
On the next deployment, the new sdk
will be included.
FAQs
The Serverless Dashboard plugin
The npm package @serverless/enterprise-plugin receives a total of 36,236 weekly downloads. As such, @serverless/enterprise-plugin popularity was classified as popular.
We found that @serverless/enterprise-plugin 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.