Alan Marrs
Alan Marrs
Some additional info. running on the COWC test data I get the same low probability result but if I set the threshold to 0.01 I see the following, all the...
After further investigation, the regex used to extract the username & password from the decoded token doesn't like symbols in the password. So I'd suggest an update to the Test...
The generated password that caused the problem was clj Clojure 1.10.1 user=> (re-matches #"([^:]*):([^:]*)" 'admin: ```