doc: fix typo in threat model

Refs: https://github.com/nodejs/node/pull/45223
PR-URL: https://github.com/nodejs/node/pull/45558
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
Tobias Nießen 2022-11-21 15:25:43 +01:00 committed by GitHub
parent 487fa8a16a
commit ccd3a42dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ the community they pose.
#### Missing Cryptographic Step (CWE-325) #### Missing Cryptographic Step (CWE-325)
* Node.js provides APIs to encrypt data. Bugs that would allow an attacker * Node.js provides APIs to encrypt data. Bugs that would allow an attacker
to get the orginal data without requiring the encryption key are to get the original data without requiring the decryption key are
considered vulnerabilities. considered vulnerabilities.
#### External Control of System or Configuration Setting (CWE-15) #### External Control of System or Configuration Setting (CWE-15)