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-stride
Advanced tools
Hubot adapter for Atlassian Stride
You need to install:
npm install -g yo generator-hubot
mkdir myhubot
cd myhubot
yo hubot --adapter="stride"
Next, create a Stride app in developer.atlassian.com
You will need to tell adapter its name and credentials:
export HUBOT_STRIDE_CLIENT_ID=<Stride client id>
export HUBOT_STRIDE_CLIENT_SECRET=<Stride client secret>
export HUBOT_NAME="bot mention name"
Make sure HUBOT_NAME matches the bot mention name for the Stride app, otherwise mentioning the bot in Stride won't work.
//start ngrok and leave running
ngrok http 8000
Copy the URL provided by ngrok {ngrokURL}. It should look similar to https://740a1ad5.ngrok.io.
./bin/hubot --adapter stride
To verify if your Stride app works correctly, load the following URL in your browser:
http://localhost:8000/descriptor // descriptor.json should load in browser
Your app is created and configured, and your app descriptor is linked. Now, you need to add the app to a conversation:
For subsequent installations, users just have to mention the bot in any room.
If you wish to contribute to this project, you first need to clone this repository. Installing dependencies:
npm i
npm link
npm link hubot-stride
Now you need to perform all the steps from the previous sections except that you do not need to generate a project.
To run you bot, instead of using ./bin/hubot --adapter stride
you should use:
npm start
To run API tests:
npm test
FAQs
Hubot adapter for Atlassian Stride
The npm package hubot-stride receives a total of 1 weekly downloads. As such, hubot-stride popularity was classified as not popular.
We found that hubot-stride demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.