Page MenuHomePhabricator

Enforce sensible, unique clone/checkout names for repositories
ClosedPublic

Authored by epriestley on Jan 10 2016, 7:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 11:39 AM
Unknown Object (File)
Mon, Mar 18, 12:01 PM
Unknown Object (File)
Mon, Mar 18, 12:01 PM
Unknown Object (File)
Mon, Mar 18, 12:01 PM
Unknown Object (File)
Sun, Mar 10, 7:10 PM
Unknown Object (File)
Feb 27 2024, 6:43 PM
Unknown Object (File)
Jan 23 2024, 8:27 PM
Unknown Object (File)
Jan 13 2024, 3:40 AM
Subscribers
None

Details

Summary

Fixes T7938.

  • Primarily, users can currently shoot themselves in the foot by putting ../../etc/passwd and other similar nonsense in these fields (this is not dangerous, but also does not work). Require sensible names.
  • Enforce uniqueness so these names can be used in URIs and as identifiers in the future.
  • (This doesn't start actually using them for anything fancy yet.)
Test Plan
  • Gave several repositories clone names: a valid name, two duplicate names, an invalid, name, some with no names.
  • Ran migrations.
  • Got clean conversion for valid names, appropriate errors for invalid/duplicate names.

Diff Detail

Repository
rP Phabricator
Branch
runique1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10039
Build 12144: Run Core Tests
Build 12143: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Enforce sensible, unique clone/checkout names for repositories.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

Nice tests!

This revision is now accepted and ready to land.Jan 11 2016, 1:08 AM
This revision was automatically updated to reflect the committed changes.