[tor-bugs] #32203 [Circumvention/BridgeDB]: BridgeDB doesn't create metrics for vanilla bridges

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 22 20:38:28 UTC 2019


#32203: BridgeDB doesn't create metrics for vanilla bridges
----------------------------------------+-----------------------
     Reporter:  phw                     |      Owner:  phw
         Type:  defect                  |     Status:  assigned
     Priority:  Medium                  |  Milestone:
    Component:  Circumvention/BridgeDB  |    Version:
     Severity:  Normal                  |   Keywords:  s30-o21a1
Actual Points:                          |  Parent ID:  #31274
       Points:  0.25                    |   Reviewer:
      Sponsor:  Sponsor30-must          |
----------------------------------------+-----------------------
 The metrics.py module uses code like the following to weed out invalid
 transport protocols. Unfortunately, this is also weeding out "vanilla",
 which results in BridgeDB not counting vanilla bridges:

 {{{
 if not isTransportSupported(bridgeType):
     logging.warning("User requested unsupported transport type %s "
                     "over HTTPS." % bridgeType)
     return
 }}}

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


More information about the tor-bugs mailing list