Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) f
## Contributing

Contributions are welcome. Please open an issue or submit a pull request.
# TODO: 🔒 [security] self-signed tls certificates include non-private ips in sans (#89)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

This only documents the bug; it doesn’t fix it.

The README TODO leaves issue #89 unresolved, so self-signed certs will still include the unwanted IPs until the tls.go SAN filtering lands. If this PR is meant to close the security issue, the implementation needs to be included here instead of just a note.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 175, The README entry is only documenting issue `#89` and
does not address the actual self-signed TLS SAN filtering problem. Update the
implementation in the TLS certificate generation path, especially the `tls.go`
logic that builds SANs, so non-private IPs are excluded when creating
self-signed certificates, and keep the README note in sync with the actual fix
rather than leaving it as a TODO.

Loading