You are viewing a single comment's thread from:

RE: Steem Global Blacklist API released for testing

in #blacklist6 years ago (edited)

Awesome job! Nice Erlang/NodeJs API @themarkymark   =)

PS.
I just did some blackbox testing. It could use some validation on the user name to match the rules in use on steemit.com:

  • Special characters are allowed - eg. http://blacklist.usesteem.com/user/[]
  • No validation on username length - eg. input string with size 1 and 8736 are both accepted

Thanks

(reason for low repo here)
 

Sort:  

It fails gracefully on those inputs.

It certainly does =)

(reason for low repo here)