[tor-bugs] #24637 [Obfuscation/BridgeDB]: moat: incorrect response if no bridges available

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 15 17:06:38 UTC 2017


#24637: moat: incorrect response if no bridges available
--------------------------------------+------------------
     Reporter:  mcs                   |      Owner:  isis
         Type:  defect                |     Status:  new
     Priority:  Medium                |  Milestone:
    Component:  Obfuscation/BridgeDB  |    Version:
     Severity:  Normal                |   Keywords:
Actual Points:                        |  Parent ID:
       Points:                        |   Reviewer:
      Sponsor:                        |
--------------------------------------+------------------
 Kathy and I are working on Moat client edge cases today :)
 If a transport type that BridgeDB supports is requested and the correct
 CAPTCHA solution is provided in a /check request, the response is a `moat-
 bridges` response that includes an empty `bridges` array, like this:
 {{{
 {
   "data": [
     {
       "qrcode": null,
       "bridges": [],
       "version": "0.1.0",
       "type": "moat-bridges",
       "id": 3
     }
   ]
 }
 }}}
 However, the Moat protocol spec says we will receive a `404` error
 response. Either response will do the job, but we need to make sure client
 and server are in agreement.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24637>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list