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.
Egg Arena plugin.
Arena is an interactive UI dashboard for Bee Queue and Bull.
$ npm i egg-arena --save
// {app_root}/config/plugin.js
exports.arena = {
enable: true,
package: 'egg-arena',
};
// {app_root}/config/config.default.js
exports.arena = {
// Required. To specify custom path to mount server on.
router: '/arena',
// Required. To configure queues.
queues: [
{
name: 'my_queue', // Required. Name of the bull queue.
hostId: 'Queue Server 1', // Required. Hostname or queue prefix.
redis: {
port: /* redis port */,
host: /* redis host */,
password: /* redis password */,
},
},
],
// Optional. Execute middleware before routing.
onPreArena: function* (ctx) {},
};
exports.middleware = [ 'arena' ];
Please see arena's queue configuration for more detail.
Please open an issue here.
FAQs
arena plugin for egg
The npm package egg-arena receives a total of 2 weekly downloads. As such, egg-arena popularity was classified as not popular.
We found that egg-arena 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.