richard pushed to branch main at The Tor Project / Applications / tor-browser-spec
Commits:
10d1b43e by Richard Pospesel at 2023-09-29T20:52:43+00:00
Bug 40059: FF112 Audit
- - - - -
1 changed file:
- + audits/FF112_AUDIT
Changes:
=====================================
audits/FF112_AUDIT
=====================================
@@ -0,0 +1,79 @@
+# General
+
+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).
+
+The output includes the entire patch where the new problematic code was introduced. Search for `XXX MATCH XXX` to find the next potential violation.
+
+`code_audit.sh` contains the list of known problematic APIs. New usage of these functions are documented and analyzed in this audit.
+
+## Firefox: https://github.com/mozilla/gecko-dev.git
+
+- Start: `431cede9cc9472bb648f5dfe24c54d0067c290e4` ( `FIREFOX_111_0_1_RELEASE` )
+- End: `8307d3d3e4bfbca09aaa17e444f106e1e1d91b65` ( `FIREFOX_112_0_2_RELEASE` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+---
+
+## Application Services: https://github.com/mozilla/application-services.git
+
+- Start: `9657aebb7450c5b58e8b9a88bec12bd5e9e0f700` ( `v97.2.0` )
+- End: `48916bbaf585f89fdff3404d181b260ed981a2d6` ( `v97.5.0` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Firefox Android: https://github.com/mozilla-mobile/firefox-android.git
+
+- Start: `6b0f9fdb3f603974914de82185cd184065b2ebee`
+- End: `32bb398127bacccb268a272091d2e62b8d72d6b9`
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+#### Problematic Commits
+
+- Bug 1809305 - Allow user to copy an image to the clipboard (#948)
+ `fce0a9aa4f2ac60254dde989ee115252116fe1d7`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42002
+ - **RESOLUTION** nothing to do here, no linkability concern
+- Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031) - `5989841d341f3ca867cdb2581dd06b6ce4d86156`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42003
+ - **RESOLUTION** nothing to do here, nimbus isn't initialised
+- Bug 1818015 - Use custom tab to show privacy notice during onboarding `8661a63a378da6c76fede176824e8c8655d9d560`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42004
+ - **RESOLUTION**
+- Bug 1816932 - Add Maps to app links common sub domains
+ `84227af1a8d6df8fa28f1f0c44966bf376b94337`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42005
+ - **RESOLUTION** nothing to do here, does not affect us as we don't use firefox's builtin onboarding
+- Bug 1817726 - Add Recents url sharing - `c2586cba5091402723e4b4aaab7ac357a5e0b707`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/42006
+ - **RESOLUTION** Disabled this feature in Tor Browser
+
+## Ticket Review ##
+
+Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=112%20Branch&order=priority%2Cbug_severity&limit=0`
+
+Nothing of interest (manual inspection)
+
+### Problematic Tickets
+
+- **Give user a choice on how open in app works** https://bugzilla.mozilla.org/show_bug.cgi?id=1818085
+
+## Export
+- [x] Export Report and save to `tor-browser-spec/audits`
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/10…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/10…
You're receiving this email because of your account on gitlab.torproject.org.
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:
- + audits/FF106_AUDIT
Changes:
=====================================
audits/FF106_AUDIT
=====================================
@@ -0,0 +1,79 @@
+# General
+
+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).
+
+The output includes the entire patch where the new problematic code was introduced. Search for `XXX MATCH XXX` to find the next potential violation.
+
+`code_audit.sh` contains the list of known problematic APIs. New usage of these functions are documented and analyzed in this audit.
+
+## Firefox: https://github.com/mozilla/gecko-dev.git
+
+- Start: `2dd649f09f70ec5b9304d62daeb427a86bbc5a36` ( `FIREFOX_105_0_3_RELEASE` )
+- End: `ac898d40ded7de23ef22a6f336f2ab1f0bca0d3f` ( `FIREFOX_106_0_5_RELEASE` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+---
+
+## Application Services: https://github.com/mozilla/application-services.git
+
+- Start: `be8254df118b2fc2aae726e1d13ca4c982bec920` ( `v94.3.1` )
+- End: `f1276e45b7c284bc4435896b1d5d09b35f3b295b` ( `v95.0.1` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x ] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Android Components: https://github.com/mozilla-mobile/android-components.git
+
+- Start: `5bf7550ec9d5686fae721ee045132866f88afca6`
+- End: `5f06485fc33a26206ba4ef7996ba1ae83134e353` ( `v106.0.5` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Fenix: https://github.com/mozilla-mobile/fenix.git
+
+- Start: `74e6ce8103fe3d4525c0a91d8e0c0403d1fee44f` ( `v106.0b1` )
+- End: `71ca6c1f7a7a2f2045b82ed16be329acadc15084` ( `v106.1.0` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Ticket Review ##
+
+Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=106%20Branch&order=priority%2Cbug_severity&limit=0`
+
+Nothing of interest (manual inspection)
+
+#### Problematic Issues
+
+- **Add the possibility to check that the clipboard contains some pdfjs stuff** https://bugzilla.mozilla.org/show_bug.cgi?id=1788668
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41950
+ - **RESOLUTION** nothing to do here, verified no linkability concerns via testing
+- **Enable seperatePrivateDefault by default** https://bugzilla.mozilla.org/show_bug.cgi?id=1790681
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41951
+ - **RESOLUTION** nothing to do here, this is a tweak to a feature we have completley disabled
+
+## Export
+- [x] Export Report and save to `tor-browser-spec/audits`
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/cd…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/cd…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch main at The Tor Project / Applications / tor-browser-spec
Commits:
eb9428b3 by Richard Pospesel at 2023-09-29T20:32:12+00:00
Bug 40051: FF104 Audit
- - - - -
1 changed file:
- + audits/FF104_AUDIT
Changes:
=====================================
audits/FF104_AUDIT
=====================================
@@ -0,0 +1,86 @@
+# General
+
+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).
+
+The output includes the entire patch where the new problematic code was introduced. Search for `XXX MATCH XXX` to find the next potential violation.
+
+`code_audit.sh` contains the list of known problematic APIs. New usage of these functions are documented and analyzed in this audit.
+
+## Firefox: https://github.com/mozilla/gecko-dev.git
+
+- Start: `1f1c56dc6bae6b3302471f097ed132ef44cded86` ( `FIREFOX_103_0_2_RELEASE` )
+- End: `a8c31da1c243a855de8c3b241a437dd1b65684d5` ( `FIREFOX_104_0_2_RELEASE` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+#### Problematic Commits
+
+- Bug 1780014: Add specific telemetry for conservative and first-try handshakes `7a55bf9c230b83c0a195929feaad1f5e77195412`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41937
+ - **RESOLUTION** nothing to do here, telemetry is gated in the usual fashoin
+- Bug 1769994 - [remote] Resolve localhost to an IP before starting httpd.js. `c193147b7b622a9b69e768079553e0d27c05c993`
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41938
+ - **RESOLUTION** nothing to do here, this is a debugger feature not a web content one
+---
+
+## Application Services: https://github.com/mozilla/application-services.git
+
+- Start: `b70c54882fec606d10e77520b1dd2ae144768747` ( `v94.0.0` )
+- End: `78b165b798118e9b5fa62af07aa44d663f386492` ( `v94.1.0` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Android Components: https://github.com/mozilla-mobile/android-components.git
+
+- Start: `ae333f064744e005ef22ac86ab8518d9bf7d9820`
+- End: `7b0499725d3016a0d9288c337fcde4ffff60acfe` ( `v104.0.10` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Fenix: https://github.com/mozilla-mobile/fenix.git
+
+- Start: `3f7ddd5d6ef4f8495092138149d36b42e08dbbdb` ( `v104.0b1 )
+- End: `0f9ad767addb7eeef1800ac5bb80e094e3e87f07` ( `v104.2.0` )
+
+### Languages:
+- [x] java
+- [x] cpp
+- [x] js
+- [x] rust
+
+Nothing of interest (using `code_audit.sh`)
+
+## Ticket Review ##
+
+Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=104%20Branch&order=priority%2Cbug_severity&limit=0`
+
+#### Problematic Tickets
+
+- **Support fetching data from Remote Setting** https://bugzilla.mozilla.org/show_bug.cgi?id=1728871
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41939
+ - **RESOLUTION** nothing to do here, only applies to safe-browsing which we disable
+- **When a filetype is set to "always ask" and the user makes a save/open choice in the dialog, we should not also open the downloads panel** https://bugzilla.mozilla.org/show_bug.cgi?id=1739348
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41940
+ - **RESOLUTION** was not a security or privacy issue, just needed to make sure it played nciely with our own custom downloads UX which it does
+- **Improve Math.pow accuracy for large exponents** https://bugzilla.mozilla.org/show_bug.cgi?id=1775254
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41941
+ - **RESOLUTION** tjr fortunately verified this doesn't break existing fingerprinting assumptions upstream
+
+## Export
+- [ ] Export Report and save to `tor-browser-spec/audits`
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/eb…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/commit/eb…
You're receiving this email because of your account on gitlab.torproject.org.