Skip to content

Broken 'Read more' link in duplicate key security notification #3533

Description

@Yeraze

The security notification message sent to nodes with a shared/duplicate public key includes a shortened URL (https://bit.ly/4okVACV) that resolves to https://meshmonitor.org/security-duplicate-keys, which returns a 404.

Location: src/components/SecurityTab.tsx line ~307

message = `MeshMonitor Security Notification: Your node has a key shared with ${duplicateCount} other nearby nodes. Read more: https://bit.ly/4okVACV`;

Expected fix: Replace the bit.ly short link with the correct docs URL: https://meshmonitor.org/features/security#duplicate-key-detection

The low-entropy variant on line ~305 (https://bit.ly/4oL5m0P) should also be verified to ensure it resolves correctly.

Reported by Jeremy (KQ4OOB) in the Discord support channel.

Authored by NodeZero 0️⃣

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions