Page MenuHomePhabricator

Fix validation of SSH keys with spaces in the comment field
ClosedPublic

Authored by epriestley on Jun 23 2014, 10:25 PM.
Tags
None
Referenced Files
F14066824: D9701.diff
Tue, Nov 19, 12:02 PM
F13980107: D9701.diff
Oct 19 2024, 8:30 AM
F13976398: D9701.id23287.diff
Oct 18 2024, 2:05 PM
F13959575: D9701.id.diff
Oct 14 2024, 7:55 PM
Unknown Object (File)
Oct 13 2024, 7:13 AM
Unknown Object (File)
Oct 12 2024, 1:19 AM
Unknown Object (File)
Sep 12 2024, 9:37 AM
Unknown Object (File)
Sep 12 2024, 9:37 AM
Subscribers

Details

Summary

Fixes T5449. Keys are in the form <type> <key> <comments>, where comments are optional and can have spaces.

Test Plan

Tried these invalid keys:

  • Empty.
  • One part.
  • Invalid type.

Tried these valid keys:

  • No comment.
  • Normal comment.
  • Comment with spaces.

Diff Detail

Repository
rP Phabricator
Branch
sshvalidate
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1350
Build 1350: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix validation of SSH keys with spaces in the comment field.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 23 2014, 10:25 PM
epriestley updated this revision to Diff 23288.

Closed by commit rP5dffd8873748 (authored by @epriestley).