Subhankar Chattopadhyay

Results 6 issues of Subhankar Chattopadhyay

Environment Image Tag: node:18.9.0-alpine3.16 Current Behavior Scans reveal that the current image has the following vulnerabilities. https://nvd.nist.gov/vuln/detail/CVE-2018-25032 https://nvd.nist.gov/vuln/detail/CVE-2022-37434 Is there a plan to mitigate these ? I also see https://github.com/alpinelinux/docker-alpine/issues/244...

In case of async parameter check, [this](https://github.com/openservicebrokerapi/osb-checker/blob/master/2.13/tests/test/test.js#L531-L538) code sends an empty body and it does not send the accept_incomplete parameter in query. [Service Fabrik broker](https://github.com/cloudfoundry-incubator/service-fabrik-broker) which checks for the mandatory...

Hi, We are scanning the image with tag redis:7.0.4-alpine3.16 and it has the following vulnerabilities reported. https://nvd.nist.gov/vuln/detail/CVE-2020-15888 https://nvd.nist.gov/vuln/detail/CVE-2022-28805 https://nvd.nist.gov/vuln/detail/CVE-2022-33099 Could you please let us know if there is a plan...

question

## My Question I have two tables like the following. ``` type RuntimeCluster struct { ID string `gorm:"primaryKey"` CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt `gorm:"index"` Name string MaxTenantCapacity int CurrentTenantCount...

type:question

We are trying to understand this behaviour of externalTrafficPolicy attribute in case where the Kubernetes cluster can autoscale in the runtime. We are using AWS Cluster with "nlb" Load Balancer...

kind/bug
lifecycle/rotten
needs-triage

### Describe the bug ### Describe the issue I'm trying to use a proxy with a ca cert but always throws an error This is working fine with superagent and...