Commit 0b8760f
Add TLS audit report at /tls-report (#100)
* Add TLS audit report page at /tls-report
Static HTML report showing TLS certificate status for all Paseo Asset
Hub peers discovered via Kademlia DHT. Includes live browser WebSocket
testing, search, and filtering.
- Add public/tls-report.html (self-contained report)
- Add rewrite /tls-report -> /tls-report.html for clean URL
- Add CSP override for report page (Google Fonts + wss:// for live tests)
Report tooling: https://github.com/paseo-network/paseo-tls-audit
* fix(tls-report): handle IPv6 and private IPs in WebSocket URL builder
Prevents DOMException when building wss:// URLs from multiaddrs
containing IPv6 or private/loopback addresses.
* Regenerate TLS report: filter non-routable IPs, fix instructions
- Remove private, loopback, CGNAT, and link-local addresses from report
- Switch instructions from bun to npm (smoldot WASM compat)
* deploy vercel
---------
Co-authored-by: Maria Ayelen Murano <muranoayelen@gmail.com>1 parent 833dd81 commit 0b8760f
2 files changed
Lines changed: 698 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
77 | 106 | | |
78 | 107 | | |
79 | 108 | | |
| |||
Large diffs are not rendered by default.
0 commit comments