Alexander Barabanov

Results 6 issues of Alexander Barabanov

**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. Request ``` GET /v1/permissions?_since=6148&_token= HTTP/1.1 Host: 127.0.0.1:8888 ``` Response ``` { "code": 500, "errno": 999, "error": "Internal Server Error",...

bug
easy-pick
stale

**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. First request ``` POST /v1/buckets HTTP/1.1 Host: 127.0.0.1:8888 Authorization: Basic AAAA Content-Type: application/json Content-Length: 222 {"data": {"collection:schema": {}, "group:schema":...

bug
easy-pick
stale

**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ First request ``` POST /v1/buckets HTTP/1.1 Host: 127.0.0.1:8888 Authorization: Basic YWRtaW46czNjcjN0 Content-Type: application/json Content-Length: 222 {"data": {"collection:schema": {}, "group:schema": {}, "record:schema": {}},...

bug
stale

**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. Request ``` GET /v1/buckets/)EFg9=)%5E(M~%2037/collections/M*D;1Z/records HTTP/1.1 Host: 127.0.0.1:8888 ``` Response ``` { "code": 500, "errno": 999, "error": "Internal Server Error",...

bug
easy-pick
stale

Hello! Thank you for the great tool! I am wondering, is it possible with Trivy to detect known CVEs in Golang runtime environment used during binary compilation while scanning it...

kind/feature
priority/backlog

Hi Team! While testing Fuzz-lightyear against [Mozilla Kinto](https://docs.kinto-storage.org/en/stable/api/index.html) we have faced with issue related with propagating non-valuable data through request sequences. Could you please check our results? While generating a...