Closed
Bug 1847346
Opened 3 years ago
Closed 2 years ago
Switch to Secure State Restoration
Categories
(Core :: Widget: Cocoa, defect, P3)
Core
Widget: Cocoa
Tracking
()
RESOLVED
DUPLICATE
of bug 1847347
People
(Reporter: haik, Unassigned)
Details
Firefox should implement applicationSupportsSecureRestorableState and switch to application:shouldSaveSecureApplicationState: and application:shouldRestoreSecureApplicationState:.
Security explanation:
https://sector7.computest.nl/post/2022-08-process-injection-breaking-all-macos-security-layers-with-a-single-vulnerability/
Apple docs:
https://developer.apple.com/documentation/appkit/nsapplicationdelegate/3762521-applicationsupportssecurerestora?language=objc
https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623089-application?language=objc
https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1622987-application?language=objc
Our bug fix that enabled login resume: Bug 1827651.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•