Nick Galbreath

Results 38 issues of Nick Galbreath

correctness and input with an ending colon will tokenise as operator, not type_colon due to this around line 550 ``` if (pos + 1 >= slen) { return parse_operator1(sf); }...

bug

http://wh1ant.kr/archives/[English]%20False%20SQL%20injection%20and%20advanced%20blind%20SQL%20injection.txt

ASP removes the "%" from query arguments when it's not a url escape sequence. i.e. u%nion --> union Not clear what the right layer is here (or should handle this).

got some samples with unicode U+FFFD / utf-8 EFBFDB as a whitespace character Not sure what database , encoding does this. or if the input into the form was invalid....

Thanks for a great project! Experimenting on some structures, we got a 10x performance _loss_ using ffjson. Poking around the source code I see that is was using the native...

thanks for ripping this out. go-style package wildcards would be nice. ``` $ deadcode ./... deadcode: not a directory: ./... ``` In my abundant free time, I'll try to make...

Hello! In the spirit of simplifying the logrus API, this PR replaces `*Entry` in the public interface to be `Interface`. Most of the changes were mechanical in nature (it just...

Not completely sure what is breaking, and this error message isn't helping ;-) A nice error message saying "hey, we are trying to (read|write) (bucket name)" would greatly improve debugging...

Hello! Here's an idea for a new rule, that I'm 100% positive will find real bugs. We had some networking code that was returning a "0" for an error message....

Feature
On Hold

Hola, for S3, one can have custom HTTP headers on a PUT request but not on a GET request. I would like parity here, but doing the following: ``` func...