Aleksandr Muravja

Results 11 comments of Aleksandr Muravja

Seems like I also have this issue ``` docker: Error response from daemon: error while mounting volume '': VolumeDriver.Mount: docker-legacy: Mount: swarmx-proxy-certs: failed: error mounting s3fs bucket. ``` While `docker...

@shamsalmon,I am quite new to Amazon S3. Please explain what is userdata.

@caalador thanks for advice. I confirm that your workaround works.

@MarekKosinski updating affected packages in Dockerfile may help ``` FROM alpine RUN apk add --update-cache \ libcrypto1.1=1.1.1q-r0 \ libssl1.1=1.1.1q-r0 && \ rm -rf /var/cache/apk/* ```

@erikgb actually switching from https to http repositories helps somehow ``` RUN sed -i 's,https,http,g' /etc/apk/repositories && \ apk add --update-cache \ libcrypto1.1=1.1.1q-r0 \ libssl1.1=1.1.1q-r0 && \ rm -rf /var/cache/apk/*...

@sshuklao I can confirm. Trivy gives same results. `Edge` and `20220715` are shipping version `1.35.0-r18` and have 0 vulnerabilities.

`edge` and `20220715` tags are shipping version `1.35.0-r18` and have 0 vulnerabilities.

I will add that `com.github.appreciated.app.layout.session.UIAttributes` causes OutOfMemory exception in my app. ![Screenshot_20201228_134416](https://user-images.githubusercontent.com/4687253/103212236-f5fa6980-4912-11eb-9d33-ec8e4fbeae42.png)

Solution from https://github.com/bitwarden/server/issues/509 doesn't help

@dbosompem support ain't helped much. What I discovered by myself: Nginx configuration has: ``` real_ip_header X-Forwarded-For; ``` Here application (bitwarden-web) reads `X-Real-IP` Header https://github.com/bitwarden/server/blob/7f5f010e1eea400300c47f776604ecf46c4b4f2d/src/Core/Utilities/CoreHelpers.cs#L589