Closed
Bug 1943918
Opened 11 days ago
Closed 10 days ago
Don't logcat URI by FilePrompt.confirm
Categories
(GeckoView :: General, defect)
Tracking
(firefox136 fixed)
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
From https://phabricator.services.mozilla.com/D227912
Must we log the uri? Might be a security problem
When using <input type="file">, https://searchfox.org/mozilla-central/rev/a965e3c683ecc035dee1de72bd33a8d91b1203ed/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#6409 might be output failed URI from browser application.
Assignee | ||
Updated•11 days ago
|
Summary: Don't logcat URI by → Don't logcat URI by FilePrompt.confirm
Assignee | ||
Comment 1•11 days ago
|
||
Related to bug 1674428.
owlish suggests that we shouldn't output log if file picker returns
unexpected file path.
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/232795544c63
Don't output URI on normal build. r=geckoview-reviewers,calu
Comment 3•10 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•