Describe the feature
Some vulnerabilities might not affect the current project, in that case silencing the relevant warnings would help to reduce noise and keep the signaled vulnerabilities high quality/accurate.
By default, I think it should only affects the current project/package.json, but maybe it would be worthwile to have a way to make it global for some specific dependencies, or to share the same safelist across multiple workspaces ?
References
There is an extension that has a similar feature :
- Code Spell Checker : allows to add unknown words to the workspace or user level dictionary to silence warnings.