upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/66.md
diff options
context:
space:
mode:
authoralltheseas <64376233+alltheseas@users.noreply.github.com>2026-03-07 08:44:06 -0600
committerGitHub <noreply@github.com>2026-03-07 09:44:06 -0500
commit1f9988ff9bd905505a81140d1b0144e3cc144057 (patch)
treefae4f7844039cae1cb7aa71a8ee3dfe2dfbf8103 /66.md
parentf9f985dff56dec92600a99c59840f4b4640edebf (diff)
Update 66.md with defensive measures (#2240)
Diffstat (limited to '66.md')
-rw-r--r--66.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/66.md b/66.md
index 9b46791..9f06ff5 100644
--- a/66.md
+++ b/66.md
@@ -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.