Page MenuHomePhabricator

Expand URI parser test coverage to include SafeCurl test cases
ClosedPublic

Authored by epriestley on Mar 25 2015, 11:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 7:51 PM
Unknown Object (File)
Feb 19 2024, 12:23 PM
Unknown Object (File)
Feb 6 2024, 9:18 PM
Unknown Object (File)
Jan 30 2024, 5:45 PM
Unknown Object (File)
Jan 18 2024, 8:13 AM
Unknown Object (File)
Jan 7 2024, 9:30 PM
Unknown Object (File)
Dec 7 2023, 11:29 PM
Unknown Object (File)
Nov 30 2023, 9:07 AM
Subscribers

Details

Summary

Ref T6755. See discussion at https://fin1te.net/articles/safecurl-capture-the-bitcoins-post-mortem/.

We already handle these cases safely, but add test coverage to underscore that.

Basically, in all these cases, we:

  • parse the ambiguous URI with parse_url(), which chooses some interpretation; then
  • emit an unambiguous URI which has only one reasonable interpretation.

So it's OK if we don't choose the same interpretation as cURL on ambiguous URIs, because we only pass unambiguous URIs to cURL.

Test Plan
  • Added and executed tests.
  • Performed fetches of these sorts of ambiguous URIs from the web UI and observed consistent behavior.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Expand URI parser test coverage to include SafeCurl test cases.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 25 2015, 5:00 PM
This revision was automatically updated to reflect the committed changes.