diff options
| author | alltheseas <64376233+alltheseas@users.noreply.github.com> | 2026-03-07 08:44:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 09:44:06 -0500 |
| commit | 1f9988ff9bd905505a81140d1b0144e3cc144057 (patch) | |
| tree | fae4f7844039cae1cb7aa71a8ee3dfe2dfbf8103 /66.md | |
| parent | f9f985dff56dec92600a99c59840f4b4640edebf (diff) | |
Update 66.md with defensive measures (#2240)
Diffstat (limited to '66.md')
| -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. | ||