Changes between Initial Version and Version 3 of Ticket #2293
- Timestamp:
- 2014-09-08T04:17:36Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2293
- Property Component changed from unknown to code-network
- Property Summary changed from I2P client endpoint parameter concaternator to I2P client endpoint parameter concatenator
- Property Owner changed from daira to dawuud
- Property Keywords i2p endpoint twisted added
- Property Type changed from defect to enhancement
-
Ticket #2293 – Description
initial v3 28 28 29 29 Tahoe parses, keeps an internal map, applies the relevant params to a client endpoint string before connecting 30 * Client endpoint string whitelisting31 * Server publishes an endpoint string for a client to connect to32 * A malicious server could publish strings containing client-specific parameters that compromise the user33 * Unsure what parameters could actually be used maliciously on their own, but definitely possible in concert with other attacks.34 * The client should not accept strings that contain client-specific parameters35 * How to tell the difference? Tahoe can't keep a list of everything that is safe.36 * Maybe an endpoint API method that takes a client endpoint string and returns a safe one.37