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.
github.com/googlecloudplatform/cloud-build-notifiers/smtp
This notifier uses SMTP to send email notifications.
This notifier runs as a container via Google Cloud Run and responds to events that Cloud Build publishes via its Pub/Sub topic.
For detailed instructions on setting up this notifier, see Configuring SMTP notifications.
This notifier expects the following fields in delivery
map to be set:
server
: The address of the SMTP server.
If you want to use Gmail,
use smtp.gmail.com
.
port
: The port (as a string) that will handle SMTP
requests. If you want to use Gmail, use 587
.
sender
: This is the From
field - the email that will appear as the sender of the email.
recipients
: A
list of To
addresses.
password
: The reference to a configuration in the
secrets
list.
FAQs
Unknown package
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.