Skip to content

Commit 3d22b9e

Browse files
VoltrexKeyvayjl9903
authored andcommitted
doc: fix typos in SECURITY.md
PR-URL: nodejs#47677 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b83bdb9 commit 3d22b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ lead to a loss of confidentiality, integrity, or availability.
126126
See <https://nodejs.org/api/modules.html#all-together>.
127127

128128
Any unexpected behavior from the data manipulation from Node.js Internal
129-
functions may be considered a vulnerability if they are expoitable via
129+
functions may be considered a vulnerability if they are exploitable via
130130
untrusted resources.
131131

132132
In addition to addressing vulnerabilities based on the above, the project works
@@ -144,7 +144,7 @@ the community they pose.
144144
#### Improper Certificate Validation (CWE-295)
145145

146146
* Node.js provides APIs to validate handling of Subject Alternative Names (SANs)
147-
in certficates used to connect to a TLS/SSL endpoint. If certificates can be
147+
in certificates used to connect to a TLS/SSL endpoint. If certificates can be
148148
crafted which result in incorrect validation by the Node.js APIs that is
149149
considered a vulnerability.
150150

0 commit comments

Comments
 (0)