When running npm audit with recent node-red, I got the following error:
uuid <14.0.0
Severity: moderate
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided - https://github.com/advisories/GHSA-w5hq-g745-h8pq
fix available via `npm audit fix --force`
Will install node-red@1.3.7, which is a breaking change
node_modules/uuid
@node-red/nodes 2.0.0-beta.1 - 5.0.0-beta.5
Depends on vulnerable versions of uuid
node_modules/@node-red/nodes
node-red 2.0.0-beta.1 - 5.0.0-beta.5
Depends on vulnerable versions of @node-red/nodes
node_modules/node-red
The error seems to be related to old UUID formats. Are these formats used by node-red?