diff options
author | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2022-10-19 18:18:45 +0000 |
---|---|---|
committer | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2022-10-19 18:18:45 +0000 |
commit | 16699c386804d699a5e5482641a0f6286e1823f5 (patch) | |
tree | 483ce93d07cbfbe9c65540b23753d5ce8e485d5a /SECURITY.md | |
parent | 47af196e1482bfa2d1ea5632c1af529f5ac7ecbd (diff) | |
download | wordpress-16699c386804d699a5e5482641a0f6286e1823f5.tar.gz wordpress-16699c386804d699a5e5482641a0f6286e1823f5.zip |
General: Correctly refer to “npm” and “Node.js”.
This update all references to npm and Node.js to their correct spelling.
Fixes #56816.
git-svn-id: https://develop.svn.wordpress.org/trunk@54650 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SECURITY.md b/SECURITY.md index c2cb1cb14b..7fe5c619f7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -76,7 +76,7 @@ We generally **aren’t** interested in the following problems: * Output from automated scans - please manually verify issues and include a valid proof of concept. * Any non-severe vulnerability on `irclogs.wordpress.org`, `lists.wordpress.org`, or any other low impact site. * Clickjacking with minimal security implications -* Vulnerabilities in Composer/NPM `devDependencies`, unless there's a practical way to exploit it remotely. +* Vulnerabilities in Composer/npm `devDependencies`, unless there's a practical way to exploit it remotely. * Theoretical vulnerabilities where you can't demonstrate a significant security impact with a PoC. ## Guidelines |