|
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 |