You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the versions-check, check the security-flag from node-list and stop process execution if an unsecure version is being used.
Whenever node releases a new version because of a security vulnerability within node (or npm), the release is flagged with "security": true. We can use this to make sure projects run a secure version of node/npm. More information about the security flag.
As part of the versions-check, check the security-flag from node-list and stop process execution if an unsecure version is being used.
Whenever node releases a new version because of a security vulnerability within node (or npm), the release is flagged with
"security": true
. We can use this to make sure projects run a secure version of node/npm. More information about the security flag.This is a follow-up ticket.
The text was updated successfully, but these errors were encountered: