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

[tor-commits] [Git][tpo/applications/tor-browser-spec][main] Bug 40060: FF113 Audit



Title: GitLab

richard pushed to branch main at The Tor Project / Applications / tor-browser-spec

Commits:

  • 962190ab
    by Richard Pospesel at 2023-09-27T22:41:39+00:00
    Bug 40060: FF113 Audit
    

1 changed file:

Changes:

  • audits/FF113_AUDIT
    1
    +# General
    
    2
    +
    
    3
    +The audit begins at the commit hash where the previous audit ended. Use code_audit.sh for creating the diff and highlighting potentially problematic code. The audit is scoped to a specific language (currently C/C++, Rust, Java/Kotlin, and _javascript_).
    
    4
    +
    
    5
    +The output includes the entire patch where the new problematic code was introduced. Search for `XXX MATCH XXX` to find the next potential violation.
    
    6
    +
    
    7
    +`code_audit.sh` contains the list of known problematic APIs. New usage of these functions are documented and analyzed in this audit.
    
    8
    +
    
    9
    +## Firefox: https://github.com/mozilla/gecko-dev.git
    
    10
    +
    
    11
    +- Start: `8307d3d3e4bfbca09aaa17e444f106e1e1d91b65` ( `FIREFOX_112_0_2_RELEASE` )
    
    12
    +- End:   `8a724297d78ba792067a7e4d17d170c6b3af796e`  ( `FIREFOX_113_0_2_RELEASE` )
    
    13
    +
    
    14
    +### Languages:
    
    15
    +- [x] java
    
    16
    +- [x] cpp
    
    17
    +- [x] js
    
    18
    +- [x] rust
    
    19
    +
    
    20
    +Nothing of interest (using `code_audit.sh`)
    
    21
    +
    
    22
    +---
    
    23
    +
    
    24
    +## Application Services: https://github.com/mozilla/application-services.git
    
    25
    +
    
    26
    +- Start: `48916bbaf585f89fdff3404d181b260ed981a2d6`  ( `v97.5.0` )
    
    27
    +- End:   `e3db1107890d3fe69122d4d78ae04c857329b0ea`  ( `v114.1` )
    
    28
    +
    
    29
    +### Languages:
    
    30
    +- [x] java
    
    31
    +- [x] cpp
    
    32
    +- [x] js
    
    33
    +- [x] rust
    
    34
    +
    
    35
    +Nothing of interest (using `code_audit.sh`)
    
    36
    +
    
    37
    +## Firefox Android: https://github.com/mozilla-mobile/firefox-android.git
    
    38
    +
    
    39
    +- Start: `32bb398127bacccb268a272091d2e62b8d72d6b9`
    
    40
    +- End:   `9d87757910437e94a860e1d6f2577d5648ded966`
    
    41
    +
    
    42
    +### Languages:
    
    43
    +- [x] java
    
    44
    +- [x] cpp
    
    45
    +- [x] js
    
    46
    +- [x] rust
    
    47
    +
    
    48
    +#### Problematic Commits
    
    49
    +
    
    50
    +- Bug 1822268 - Part 1: Add juno onboarding fragment `536df038039d256cd41ecad41df97b1b3da1a2e4`
    
    51
    +- Bug 1821726 - Part 2: Add juno onboarding telemetry `db4bc04177766a241f1e36621c1d8c480aab568d`
    
    52
    +- Bug 1822750 - Add option to open default browser help page in custom tab `a488c06ae9ff9d060517da08e2a2db94465dc871`
    
    53
    +  - **RESOLUTION** All three of these are part of the Firefox onboarding which we have disabled entirely!
    
    54
    +
    
    55
    +## Ticket Review ##
    
    56
    +
    
    57
    +Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=113%20Branch&order=priority%2Cbug_severity&limit=0`
    
    58
    +
    
    59
    +Nothing of interest (manual inspection)
    
    60
    +
    
    61
    +#### Problematic Tickets
    
    62
    +
    
    63
    +- **Allow users to submit site support requests in Fenix**  https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
    
    64
    +  - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42007
    
    65
    +  - **RESOLUTION** disabled
    
    66
    +- **Copying images from Pixiv and pasting them in certain programs is broken** https://bugzilla.mozilla.org/show_bug.cgi?id=1808146
    
    67
    +  - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42008
    
    68
    +  - **RESOLUTION** verified the web request happens in Firefox not the destination app
    
    69
    +- **Enable overscroll on Windows on all channels** https://bugzilla.mozilla.org/show_bug.cgi?id=1810641
    
    70
    +  - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42010
    
    71
    +  - **RESOLUTION** nothing to do here until we enable touch events (disabled for now)
    
    72
    +## Export
    
    73
    +- [ ] Export Report and save to `tor-browser-spec/audits`
    \ No newline at end of file

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits