Skip to content

Commit

Permalink
Disable npm audit functionality.
Browse files Browse the repository at this point in the history
There is no way to ignore specific vulnerabilities (npm/rfcs#18) and
likely will never be. The list of vulnerabilities it currently reports
is:
- GHSA-36jr-mh4h-2g58: No fix required since it only allows self-DoS.
  • Loading branch information
whitequark committed Jun 6, 2024
1 parent 2704497 commit 6c04620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
audit=false

0 comments on commit 6c04620

Please sign in to comment.