[tor-bugs] #11630 [Tor bundles/installation]: Creating HTTPS-Everywhere's rules.sqlite is non-deterministic

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Apr 28 13:50:20 UTC 2014


#11630: Creating HTTPS-Everywhere's rules.sqlite is non-deterministic
------------------------------------------+-------------------
     Reporter:  gk                        |      Owner:  erinn
         Type:  defect                    |     Status:  new
     Priority:  normal                    |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:
Actual Points:                            |  Parent ID:
       Points:                            |
------------------------------------------+-------------------

Comment (by gk):

 Doing
 {{{
 sqlite3 rulesets.sqlite .dump > rules.txt
 }}}
 and
 {{{
 sqlite3 rulesets2.sqlite .dump > rules2.txt
 }}}
 and looking at the diff of both files shows nothing. So, there is probably
 no issue with rules being in the wrong order. Getting diffs of the sqlite
 files with
 {{{
 diff -u <(xxd rulesets.sqlite) <(xxd rulesets2.sqlite) > rulesdiff
 }}}
 shows a ton of differences though.

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


More information about the tor-bugs mailing list