v0.6.2: security, discovery, UX, progress ETA - #22
Merged
Merged
Conversation
…tion - Cap upload body to declared file size to prevent disk DoS - Fetch remote fingerprint on send --ip for TLS certificate pinning - Persist LastSeen and Available fields in peer cache - Add --stdin flag for sending piped text input - Add shell completion for --to flag from cached peers - Add CORS and security headers middleware - Copy all fields in anonymizeDeviceSlice - Set 0600 permissions on private key file
…pboard - Use GetFingerprint() for self-discovery comparison (works in HTTP mode) - Relax ReadTimeout to 0 for large upload bodies - Add safe fingerprint truncation helper for display - Prefer wl-copy/wl-paste only when WAYLAND_DISPLAY is set
- Add defer svc.Stop() in DiscoverDevices to prevent socket leak - Reset closed flag on multicast StartListening for restart support - Bump go.mod to 1.26.3 to align with CI/Docker pins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what changed in this version.
• Security headers (affects share), CORS
• added sending data from standard input --stdin (#21)
• Self-discovery fix, ReadTimeout, fingerprint guard, Wayland clipboard
• Discovery lifecycle cleanup, go.mod 1.26.3 (CVE-2026-33814)
• Transfer speed & ETA in progress bars