Closed
Bug 1250182
Opened 10 years ago
Closed 10 years ago
Add passcode lock out for multiple failed attempts to prevent brute-force attacks
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
3.0
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-github-pull-request
|
bnicholson
:
review+
tecgirl
:
ui-review+
|
Details | Review |
To prevent brute-force passcode attacks we should implement some kind of limit to the number of attempts a user can have before they are locked out for a period of time. I believe the system's passcode locks the device out for an hour after so many attempts.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8723153 -
Flags: ui-review?(randersen)
Attachment #8723153 -
Flags: review?(bnicholson)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sleroux
Updated•10 years ago
|
Attachment #8723153 -
Flags: ui-review?(randersen) → ui-review+
Comment 2•10 years ago
|
||
Comment on attachment 8723153 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1571
r+ with a few suggested fixes. Most importantly, let's use the system uptime instead of the clock.
Attachment #8723153 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
master 6c697ce68692401b4ca6e6b0f4980fde02d7828f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.0
You need to log in
before you can comment on or make changes to this bug.
Description
•