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.
@nexapp/notify-deployment
Advanced tools
Small lib to send slack notification about Gitlab deployment. It is less noisy then Gitlab since you can control on what environment you want it.
You must add in the repository CI/CD variables the slack URL for the bot.
variables:
SLACK_URL: $SLACK_URL
You can add a CI variable to easily reuse commands.
.notification:
before_script:
- npx @nexapp/notify-deployment --step start
after_script:
- npx @nexapp/notify-deployment --step finish
If there is already a before_script or after_script, you can merge them using references.
deploy/production:
extends:
- .deploy
before_script:
- !reference [.deploy, before_script]
- !reference [.notification, before_script]
after_script:
- !reference [.notification, after_script]
Available argument:
npx @nexapp/notify-deployment --step (start|finish)
It customizes the message to notify when the deployment start and when it ends.
FAQs
Notify slack for gitlab deployment
The npm package @nexapp/notify-deployment receives a total of 16 weekly downloads. As such, @nexapp/notify-deployment popularity was classified as not popular.
We found that @nexapp/notify-deployment demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
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.