[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs