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.
hubot-github-issue-label-notifier
Advanced tools
Notify when a GitHub issue has a label applied.
A Hubot plugin for alerts in your chat for GitHub issue labels.
npm install hubot-github-issue-label-notifier --save
HUBOT_GITHUB_NOTIFIER_SECRET
environment variable to a secret key. Choose something secure!HUBOT_GITHUB_NOTIFIER_LABEL_FILTER
environment variable with a filter for issues. Without a filter, all labels are used. Multiple values are comma separated.You'll want to setup a GitHub webhook to point to this script. Here's the basics:
example.com
and specific-chat-room
for your environment).application/json
as the Content type.HUBOT_GITHUB_NOTIFIER_SECRET
environment variable.GitHub enables you to replay Recent Deliveries using a web browser, which can be handy if you're debugging.
Have an idea? Let's talk about it in an issue!
Find a bug? Open an issue or submit a pull request. For code contributions, please submit a test or tests if possible. Tests are ran with npm test
.
Update the version in package.json and create a matching release on GitHub (please follow the tag pattern as the other releases). The new release is published automatically to npm as hubot-github-issue-label-notifier by Travis CI when tags are applied.
MIT © Ritter Insurance Marketing
FAQs
Notify when a GitHub issue has a label applied.
We found that hubot-github-issue-label-notifier 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.