mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/rust-gcoap: Point out security situation
This commit is contained in:
parent
7b78cc1f71
commit
bfcc25a9c3
@ -51,3 +51,7 @@ Once that is ready, in a parallel shell, run:
|
||||
```
|
||||
$ aiocoap-client 'coap://[2a02:0b18:c13b:8018:1234:56ff:fe78:90ab]/.well-known/core'
|
||||
```
|
||||
|
||||
Note that no security is enabled by default so far; this is considered a bug.
|
||||
To mitigate this, no controls that are expected to be harmful are exposed in this example.
|
||||
(For example, while LEDs are exposed, GPIO pins are not, for they might not tolerate driving to some level depending on the hardware connected to them).
|
||||
|
Loading…
Reference in New Issue
Block a user