diff options
| -rw-r--r-- | 66.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -95,3 +95,9 @@ Example: | |||
| 95 | ] | 95 | ] |
| 96 | } | 96 | } |
| 97 | ``` | 97 | ``` |
| 98 | |||
| 99 | ## Risk Mitigation | ||
| 100 | |||
| 101 | - Clients MUST NOT require `30166` events to function. Absence of monitoring data MUST NOT prevent relay connections. | ||
| 102 | - A monitor may publish erroneous `30166` events, either by misconfiguration or malicious intent. | ||
| 103 | - Clients SHOULD NOT trust a single source. Defenses include: web-of-trust filtering, querying multiple monitors, and discarding filter results if they would remove an unreasonable proportion of relays. | ||