container23 / caml

A simple service and Discord Bot for performing a wallet, address and name check against the US FINCEN AML list
https://caml.container23.com/
Creative Commons Attribution 4.0 International
1 stars 2 forks source link

Update AML search #4

Closed ysfdev2 closed 1 year ago

ysfdev2 commented 1 year ago

Update AML search to sanitize input string and remove special characters <>()?%!^~$#^*.

Note: that white spaces cannot be removed because otherwise the boundary search won't work as expected for users

ysfdev2 commented 1 year ago

Fixed as part of #14