From 1834e94ebb69ead44bfb7818c078082780aaa325 Mon Sep 17 00:00:00 2001 From: Vaishno Chaitanya Date: Sat, 7 Jan 2023 09:04:37 +0000 Subject: [PATCH] doc: fix spelling in SECURITY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/46124 Reviewed-By: Antoine du Hamel Reviewed-By: Harshitha K P Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 0ab2b4a3cac119..a3469f23374c05 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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)