Page MenuHomePhabricator

[alias-server] enforce alphanumeric aliases
ClosedPublic

Authored by bytesofman on Mar 13 2023, 18:02.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC0288d375be11: [alias-server] enforce alphanumeric aliases
Summary

T2987

Add new function isValidAliasString which, for now, rejects any alias containing characters other than lower case a through z or numbers 0 through 9

Test Plan

Review updates to mocks and npm test
Delete old test database and node index.js. Navigate to http://localhost:5000/aliases and no non-alphanumeric aliases

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable