Wayne Lewis

Results 3 issues of Wayne Lewis

Various stats about pool activity exposed via 'stats' function. Useful when tied into a monitoring framework to determine if pool is properly sized. Stats: - highwater usage - current usage...

OWASP describes CSV Excel Macro Injection (CEMI) vulnerability here: https://www.owasp.org/index.php/CSV_Excel_Macro_Injection While avoiding CEMI can be done by the caller by modifying the text before encoding, having such protection built into...

With both ghc 8.0.1 and ghc 7.10.2, compiling matrix with profiling enabled never finishes (or at least doesn't finish within 10 minutes or so). To reproduce: $ stack unpack matrix...