1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20546 from chrysn-pull-requests/doc-shell-no-security

sys/shell/doc: Shell access is root access
This commit is contained in:
Marian Buschsieweke 2024-04-06 10:13:31 +00:00 committed by GitHub
commit 8bb8c5be20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,14 @@
* @ingroup sys
* @brief Simple shell interpreter
*
* ## Security expectations
*
* Access to the shell grants access to the system that may exercise any power
* the firmware can exercise. While some commands only provide limited access
* to the system, and it is best practice for commands to validate their input,
* there is no expectation of security of the system when an attacker gains
* access to the shell.
*
* @{
*
* @file