
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
api-notification
Advanced tools

To get started, you can simply clone this repository and install the dependencies:
You must have GIT to clone this repository:
sudo apt-get update
sudo apt-get install git
You must have node.js and its package manager (npm) installed.
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
We get the tools we depend upon via npm. And install
npm install
The simplest way to start this server is to use PM2 (Process Manager):
sudo npm install pm2 -g
After install PM2:
npm run start-dev
Now browse to the app at http://localhost:2000.
sudo npm start
or
pm2 startOrRestart ecosystem.config.js
pm2 save
Send POST to:
http://<IP>:2000/notifications
with:
Headers:
Authorization: Basic YnVzY2E6d2Vsc2preQ==
Body:
to:lourivaldo.vasconcelos@mangue3.com
site:www.buscaaero.com.br
description:Descricao do ocorrido
url:https://www.buscaaero.com.br/busca
type:error
title:Titulo do email
###Description:
Header:
"Authorization" with base62 from user:email like "loro:sfddf"
Body:
to: Email to send notification. Not required, if not passed email from authenticated user will be used
description: Description of notification. Required.
url: An URL from site where notification sent. Optional.
type: Type of notification like 'info', 'warning' or 'error'. Optional, default "info".
title: An title/subject to notification. Optional, default "Notification".
FAQs
Api to notify actions and errors
We found that api-notification 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.