Page MenuHomePhabricator

Validate Arcanist install-certificate URIs more carefully
ClosedPublic

Authored by epriestley on Jun 28 2016, 9:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 6:31 PM
Unknown Object (File)
Sun, Feb 9, 1:54 AM
Unknown Object (File)
Thu, Jan 30, 9:19 PM
Unknown Object (File)
Fri, Jan 24, 2:23 PM
Unknown Object (File)
Thu, Jan 23, 8:01 AM
Unknown Object (File)
Jan 21 2025, 4:07 PM
Unknown Object (File)
Jan 19 2025, 4:11 AM
Unknown Object (File)
Jan 9 2025, 12:18 AM
Subscribers
None

Details

Summary

Fixes T11222. This was lazy-future-proofed for Conduit SSH support, but users are boundlessly creative. Check protocols explicitly.

Test Plan
$ arc install-certificate a.b:1/
Usage Exception: Server URI "a.b:1/" must include the "http" or "https" protocol. It should be in the form "https://phabricator.example.com/".
  • Also went through a successful workflow with a URI in the form provided in the example.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Validate Arcanist install-certificate URIs more carefully.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 28 2016, 10:15 PM
This revision was automatically updated to reflect the committed changes.