From what I can glean from the docs,
The audit command submits a description of the dependencies configured in your project to your default registry and asks for a report of known vulnerabilities.
So there is an NPM registry out there, I assume the same one from which I am going to get packages with npm install
, and along with the packages it contains security audit warnings. If so, how does one register these warnings?