Grégory Maitrallain

Results 38 comments of Grégory Maitrallain

Thanks for the reply. I'll try to work with the timeout. If you don't see something that could have an impact, I do... Proxies. I hope this will work, because...

Increasing the timeout won't help. I'm suspecting a proxy issue. But http_proxy and https_proxy are correctly set. Is there something that should be done in klar to handle the proxy...

OK, so that means that the temporary token stuff is not working? How can it be traced to find the root cause? I guess the curl fails because of the...

That's weird, I get a token with: `curl -L "https://auth.docker.io/token?service=registry-1.docker.io&scope=repository:debian:pull"` And I pass it to curl like this: `curl -L -H "Authorization: Bearer " https://registry-1.docker.io/v2/library/debian/manifests/9 | jq . ` And...

OK I got it... I made it work through curl with this sequence: ``` response=`curl -L "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/debian:pull"` token=`echo $response | jq -r .token` echo "Token is $token" curl -L -H...

As a workaround, you can use CNTLM as a local proxy, and setup your system environment. I work in a proxy hell, and it's the best option I found when...

Hello, We have the same need here... I'm managing a GitLab instance, and we definitely need this for our users. Of course, this is a corner case, where git is...

Hello there, Is there any update on this issue? I'm still having these false positives, still for the redis python library: ``` NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY redis 3.5.3...

Hello, I'm testing KeePassXC, since I'm starting to see a lot of references to it (I'm a long run user of KeePass, and KeePass2Android). I'm coming here, because the quick...

Your fork fixed the issue. Thanks a lot! I was digging through ezlinks, it looks like the issue might be on handling spaces in filenames. However, I'll stick to your...