doc: fix spelling in SECURITY.md

PR-URL: https://github.com/nodejs/node/pull/46124
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Vaishno Chaitanya 2023-01-07 09:04:37 +00:00 committed by Rich Trott
parent 693b6fbeac
commit 4aa537c005

View File

@ -128,7 +128,7 @@ We often choose to work to improve our APIs based on those reports and issue
fixes either in regular or security releases depending on how much of a risk to
the community they pose.
### Examples of vulneratibities
### Examples of vulnerabilities
#### Improper Certificate Validation (CWE-295)
@ -156,7 +156,7 @@ the community they pose.
and modification of that configuration can affect the confidentiality of
data protected using the Node.js APIs this is considered a vulnerability.
### Examples of non-vulneratibities
### Examples of non-vulnerabilities
#### Malicious Third-Party Modules (CWE-1357)