|
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: `b89c6dedbd57992efe751d1b585116f2eaa34481` ( `FIREFOX_109_0_1_RELEASE` )
|
|
12
|
+- End: `250178df19caa1fb25bfa0e35728426cfbde95f8` ( `FIREFOX_110_0_1_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: `102fa0de36a21b1b2f561ba6de557e20d05b7380` ( `v96.3.0` )
|
|
27
|
+- End: `5755d9ce30ef10248eb55c4b39a522a118ce7d95` ( `v97.1.0` )
|
|
28
|
+
|
|
29
|
+### Languages:
|
|
30
|
+- [x] java
|
|
31
|
+- [x] cpp
|
|
32
|
+- [x] js
|
|
33
|
+- [x] rust
|
|
34
|
+
|
|
35
|
+### Problematic Commits
|
|
36
|
+
|
|
37
|
+- Create shared remote settings client and port Nimbus to it `1d55a254fb6817c538ce19666cc02196c61170e6`
|
|
38
|
+
|
|
39
|
+## Firefox Android: https://github.com/mozilla-mobile/firefox-android.git
|
|
40
|
+
|
|
41
|
+- Start: `a7e03da7c26d76bea2fb9c77efce9d841d81f4e0`
|
|
42
|
+- End: `bc529747751ab545dba0a90a339f11382d742c97`
|
|
43
|
+
|
|
44
|
+### Languages:
|
|
45
|
+- [x] java
|
|
46
|
+- [x] cpp
|
|
47
|
+- [x] js
|
|
48
|
+- [x] rust
|
|
49
|
+
|
|
50
|
+Nothing of interest (using `code_audit.sh`)
|
|
51
|
+
|
|
52
|
+## Fenix: https://github.com/mozilla-mobile/fenix.git
|
|
53
|
+
|
|
54
|
+- Start: `efb2198489bbf27e18e434306183667cf4df0526` ( `v110.0b1` )
|
|
55
|
+- End: `43c570380c5aa091f361018f038fa37cbfa71662` ( `v110.0.1` )
|
|
56
|
+
|
|
57
|
+### Languages:
|
|
58
|
+- [x] java
|
|
59
|
+- [x] cpp
|
|
60
|
+- [x] js
|
|
61
|
+- [x] rust
|
|
62
|
+
|
|
63
|
+Nothing of interest (using `code_audit.sh`)
|
|
64
|
+
|
|
65
|
+## Ticket Review ##
|
|
66
|
+
|
|
67
|
+Bugzilla Query: `https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&target_milestone=$(FIREFOX_VERSION)%20Branch&order=priority%2Cbug_severity&limit=0`
|
|
68
|
+
|
|
69
|
+#### Problematic Tickets
|
|
70
|
+
|
|
71
|
+- **Add about:preferences entry for cookie banner handling** https://bugzilla.mozilla.org/show_bug.cgi?id=1800675
|
|
72
|
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41981
|
|
73
|
+ - **RESOLUTION** disabling for 13.0 and revisiting for the 13.5 alpha series
|
|
74
|
+- **Add Cocoa platform support for paste files** https://bugzilla.mozilla.org/show_bug.cgi?id=1762392
|
|
75
|
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41982
|
|
76
|
+ - **RESOLUTION** has to deal with pasting into tor-browser, not exfiltration of data out, so we're good here
|
|
77
|
+- **Create a reusable "support-link" widget** https://bugzilla.mozilla.org/show_bug.cgi?id=1770447
|
|
78
|
+ - https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41983
|
|
79
|
+ - **RESOLUTION** not an issue, just a hint to us for future UX work
|
|
80
|
+
|
|
81
|
+## Export
|
|
82
|
+- [ ] Export Report and save to `tor-browser-spec/audits` |
|
|
\ No newline at end of file |