github-actions[bot] 82c24b65b4
Create rule S7071: Sandboxing should be enabled (#4304)
* Add html to rule S7071

* Add HTML to S7071

* Added message and highlighting

---------

Co-authored-by: daniel-teuchert-sonarsource <daniel-teuchert-sonarsource@users.noreply.github.com>
Co-authored-by: Daniel Teuchert <daniel.teuchert@sonarsource.com>
2024-09-20 13:48:02 +02:00

5 lines
601 B
Plaintext

=== Documentation
* Electron Documentation - https://www.electronjs.org/docs/latest/tutorial/sandbox[Process Sandboxing]
* Electron Documentation - https://www.electronjs.org/docs/latest/tutorial/security#2-do-not-enable-nodejs-integration-for-remote-content[Security - Do not enable NodeJS integration for remote content]
* Electron Documentation - https://www.electronjs.org/docs/latest/tutorial/security#4-enable-process-sandboxing[Security - Enable process sandboxing]
* Electron Documentation - https://www.electronjs.org/docs/latest/api/webview-tag#nodeintegration[Webview tag - nodeintegration]