Closed
Bug 1887614
Opened 1 year ago
Closed 1 year ago
Incorrect parsing of <file:.> URL
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: tschuster, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged], [wptsync upstream])
Attachments
(1 file)
Parsing file:.
should produce file:///
instead of file:///.
(Parsing file:///.
correctly results in file:///
however). The same applies to to file:..
(two dots)
Reporter | ||
Updated•1 year ago
|
Blocks: CVE-2024-10941
I believe this is a dupe of Bug 1873976. Please, re-open if I am wrong.
Assignee | ||
Comment 2•1 year ago
|
||
The other bug also deals with <..> against <file:///C:/>
Let's only handle this one here.
Assignee: nobody → valentin.gosu
Severity: -- → S3
Status: RESOLVED → REOPENED
No longer duplicate of bug: 1873976
Priority: -- → P2
Resolution: DUPLICATE → ---
Whiteboard: [necko-triaged]
Assignee | ||
Comment 3•1 year ago
|
||
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/09da7de564b7
Incorrect parsing of <file:.> URL r=edgul,tschuster
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/45584 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged], [wptsync upstream]
Comment 6•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•