Browse Source

docs: add IPC validation guideline link in checklist (#35573)

Aryan Shridhar 2 years ago
parent
commit
f244e75927
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/tutorial/security.md

+ 1 - 0
docs/tutorial/security.md

@@ -113,6 +113,7 @@ You should at least follow these steps to improve the security of your applicati
 14. [Disable or limit creation of new windows](#14-disable-or-limit-creation-of-new-windows)
 15. [Do not use `shell.openExternal` with untrusted content](#15-do-not-use-shellopenexternal-with-untrusted-content)
 16. [Use a current version of Electron](#16-use-a-current-version-of-electron)
+17. [Validate the `sender` of all IPC messages](#17-validate-the-sender-of-all-ipc-messages)
 
 To automate the detection of misconfigurations and insecure patterns, it is
 possible to use