Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ koteitan/yomi ] v1.3.9/Improve notes-list layout and Misskey timeline fetch - Change notes-list max-height to calc(100vh - 460px) for viewport-based sizing - Misskey getTimeline: retry with 1s delay when fetching renote/reply (max 20 attempts)
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ chebizarro/nostrc ] fix(security): address 3 critical NIP security vulnerabilities P0 - NIP-09: Add pubkey validation before event deletion - Validates deletion event pubkey matches target event pubkey - Prevents unauthorized deletion of other users' events - File: apps/gnostr/src/model/gn-nostr-event-model.c P1 - NIP-05: Disable HTTP redirect following - Set CURLOPT_FOLLOWLOCATION to 0L per spec requirement - Prevents phishing via malicious redirects
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ purrgrammer/grimoire ] Fix RichText prop in Kind9802Renderer to pass event object (#213) * fix: pass source event to RichText in highlight feed preview The source event preview in HighlightRenderer was only passing the content string to RichText, which meant custom emoji tags from the source event weren't processed. Now passes the source event with the preview content to enable proper emoji and tag-based rendering. * refactor: use CSS truncation for highlight source preview