Page MenuHomePhabricator

Validate Arcanist install-certificate URIs more carefully
ClosedPublic

Authored by epriestley on Jun 28 2016, 9:45 PM.
Tags
None
Referenced Files
F17695845: D16188.id38938.diff
Tue, Jul 15, 4:19 PM
Unknown Object (File)
Jun 3 2025, 1:38 PM
Unknown Object (File)
Jun 3 2025, 12:57 AM
Unknown Object (File)
May 28 2025, 5:26 PM
Unknown Object (File)
May 27 2025, 3:49 PM
Unknown Object (File)
May 7 2025, 6:49 PM
Unknown Object (File)
May 5 2025, 11:50 PM
Unknown Object (File)
Apr 26 2025, 8:49 PM
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
Branch
badinstall
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12817
Build 16329: Run Core Tests
Build 16328: arc lint + arc unit

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.