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

[tor-commits] [Git][tpo/applications/tor-browser-spec][main] Bug 40053: FF106 Audit



Title: GitLab

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

Commits:

  • cd21c0e9
    by Richard Pospesel at 2023-09-29T20:36:36+00:00
    Bug 40053: FF106 Audit
    

1 changed file:

Changes:

  • audits/FF106_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: `2dd649f09f70ec5b9304d62daeb427a86bbc5a36` ( `FIREFOX_105_0_3_RELEASE` )
    
    12
    +- End:   `ac898d40ded7de23ef22a6f336f2ab1f0bca0d3f`  ( `FIREFOX_106_0_5_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: `be8254df118b2fc2aae726e1d13ca4c982bec920`  ( `v94.3.1` )
    
    27
    +- End:   `f1276e45b7c284bc4435896b1d5d09b35f3b295b`  ( `v95.0.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
    +## Android Components: https://github.com/mozilla-mobile/android-components.git
    
    38
    +
    
    39
    +- Start: `5bf7550ec9d5686fae721ee045132866f88afca6`
    
    40
    +- End:   `5f06485fc33a26206ba4ef7996ba1ae83134e353`  ( `v106.0.5` )
    
    41
    +
    
    42
    +### Languages:
    
    43
    +- [x] java
    
    44
    +- [x] cpp
    
    45
    +- [x] js
    
    46
    +- [x] rust
    
    47
    +
    
    48
    +Nothing of interest (using `code_audit.sh`)
    
    49
    +
    
    50
    +## Fenix: https://github.com/mozilla-mobile/fenix.git
    
    51
    +
    
    52
    +- Start: `74e6ce8103fe3d4525c0a91d8e0c0403d1fee44f` ( `v106.0b1` )
    
    53
    +- End:   `71ca6c1f7a7a2f2045b82ed16be329acadc15084`  ( `v106.1.0` )
    
    54
    +
    
    55
    +### Languages:
    
    56
    +- [x] java
    
    57
    +- [x] cpp
    
    58
    +- [x] js
    
    59
    +- [x] rust
    
    60
    +
    
    61
    +Nothing of interest (using `code_audit.sh`)
    
    62
    +
    
    63
    +## Ticket Review ##
    
    64
    +
    
    65
    +Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=106%20Branch&order=priority%2Cbug_severity&limit=0`
    
    66
    +
    
    67
    +Nothing of interest (manual inspection)
    
    68
    +
    
    69
    +#### Problematic Issues
    
    70
    +
    
    71
    +- **Add the possibility to check that the clipboard contains some pdfjs stuff** https://bugzilla.mozilla.org/show_bug.cgi?id=1788668
    
    72
    +  - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41950
    
    73
    +  - **RESOLUTION** nothing to do here, verified no linkability concerns via testing
    
    74
    +- **Enable seperatePrivateDefault by default** https://bugzilla.mozilla.org/show_bug.cgi?id=1790681
    
    75
    +  - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41951
    
    76
    +  - **RESOLUTION** nothing to do here, this is a tweak to a feature we have completley disabled
    
    77
    +
    
    78
    +## Export
    
    79
    +- [x] 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