
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
netlify-record-updater
Advanced tools
A remote record updater for Netlify DNS that allows you to update your A records with a single command.
This is useful if you want to keep your 'A' DNS record up to date with a dynamic IP address.
For example if you have a server at home and want to acces it, you can access it with home.mydomain.com if you run this script on your home machine (for example a raspberry pi) every X minutes using CRON.
npm install -g netlify-record-updater
or
yarn add -g netlify-record-updater
To update the record using the current public IP:
netlify-record-updater home.test.com <NETLIFY_API_TOKEN>
To update the record using a custom IP:
netlify-record-updater home.test.com <NETLIFY_API_TOKEN> --ip "1.2.3.4"
Replace <NETLIFY_API_TOKEN> by your Netlify API token (Personal Token).
For help:
netlify-record-updater --help
npm install netlify-record-updater
or
yarn add netlify-record-updater
import { updateRecord } from "netlify-record-updater";
updateRecord("home.test.com", "<NETLIFY_API_TOKEN>");
// or
updateRecord("home.test.com", "<NETLIFY_API_TOKEN>", "1.2.3.4");
yarn publish
FAQs
A remote record updater for Netlify DNS
We found that netlify-record-updater 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
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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.