Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@chr1st1ank I noticed there's no support for ClientCert auth, which is very useful for enterprise environments. It basically requires adding a field for a CA, and adding a boolean option...

@zamazan4ik @neuronull any progress on this?

@webknjaz @oleksiilv Any updates on this? CherryPy by default leaves servers exposed to several CVE's. Ideally it provides something like: ```python3 cherrypy_cfg["server.ssl_protocol"] = "TLSv1.2" ```

Any updates on this?

@seriousm4x Streaming is supported by using `app.Server().StreamRequestBody = true` Full example here: https://github.com/gofiber/recipes/blob/master/stream-request-body/main.go

Ping @tillahoffmann this is another great PR

👍🏻 looking forward to this feature!

> > This library doesn't support async operation. Maybe we need https://docs.rs/async-ssh2-lite/latest/async_ssh2_lite/sftp/struct.AsyncSftp.html > > A few months ago, I tried using [openssh-sftp-client](https://github.com/openssh-rust/openssh-sftp-client) library and found it to be quite promising....

It's possible to upgrade all the packages from the base image to fix any CVE's using this: ``` apk -U upgrade ```

@maartenwest This is the report using the latest image: ```bash ubuntu@ubuntu:~/Desktop$ docker run --net=host --rm aquasec/trivy:latest image alpine/socat:latest 2023-02-21T04:00:53.038Z INFO Need to update DB 2023-02-21T04:00:53.038Z INFO DB Repository: ghcr.io/aquasecurity/trivy-db 2023-02-21T04:00:53.038Z...