File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Original file line number Diff line number Diff 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
128128Any 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
130130untrusted resources.
131131
132132In 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
You can’t perform that action at this time.
0 commit comments