~phdavis1027


#335 Have port in requests open a ticket in Chatwoot 4 months ago

~phdavis1027 assigned ~phdavis1027 to #335 on ~singpolyma/soprani.ca

#357 Block calls to unsupported "short" numbers 10 months ago

~singpolyma assigned ~phdavis1027 to #357 on ~singpolyma/soprani.ca

#32 Passwords including " don't work 11 months ago

Comment by ~phdavis1027 on ~amolith/willow

The bug arises because when willow.go hashes the password at the time of user creation, it does not sanitize. However, when users login their password is sanitized before being pulled out of the request, which escapes the quotation mark. A test case got this code out of ws.go:

LoginHandler (unsanitized): bob a"a LoginHandler (sanitized): bob a"a