Fred

Results 11 comments of Fred

2018年6月,无法申请到token,只有key > 你的新key目前在沙箱环境 https://sandbox.evernote.com/ 已激活,但是在我们的产品环境还不可以使用。因为沙箱与我们的产品环境完全隔离,你需要在沙箱服务器上创建新的帐户来进行测试。你可以在沙箱环境按照你的需求随意创建账户,但是请勿使用沙箱环境存储重要的数据,因为它不像我们的产品环境的服务那样被保护和备份。 > >要使用 API key, 你需要访问我们的开发者网站,http://dev.yinxiang.com/doc/,并且下载相应平台的 API SDK。这些 SDK 不仅包含客户端代码,也包含示例代码,并且 API 页面也包含了指向我们的 API 介绍和详细文档的链接。 > >一旦你完成了应用开发,请访问 http://dev.yinxiang.com/support/ 来提交在我们的产品环境的 API key 激活需求(注意:请确保应用已经在沙箱环境测试通过,之后再提交激活申请)。 > >如果你有任何问题,请勿直接回复该邮件,请发送邮件到 [email protected]

I think maybe I can wrap it by using `service_client.go`

@longwuyuan In the post I already pasted the scan result by string, the screenshot looks like the same.

Hi, do we have any plan to release the docker image with the Golang version udpate? we rely on the image released by community.

Hi, I used the image `k8s.gcr.io/ingress-nginx/controller:v1.3.1` for scanning, scanner still report the same vulnerability. So I checked binary runtime by manual as follow steps: ``` docker run --rm -it k8s.gcr.io/ingress-nginx/controller:v1.3.1...

@longwuyuan Thanks for the explanation, I saw the go version updates in [#8970](https://github.com/kubernetes/ingress-nginx/pull/8970), but also noticed that the [E2E_IMAGE](https://github.com/kubernetes/ingress-nginx/blob/main/build/run-in-docker.sh#L41) still keep on `v20220823`. So I did a testing. Modify the...

@longwuyuan the author also said he's not sure how reliable on using `strings`, https://groups.google.com/g/golang-nuts/c/XIDDj75ngMc/m/ZzMMlScKBwAJ I test binary with `strings` in local, not in pod.

Sure, ``` Component information name go-restful version v2.9.5+incompatible outdated Latest version v3.8.0 website github.com component type Go tags frameworkrest Files (2) Name Size Timestamp Matching methods nginx-ingress-controller 38.06 MB 2022/05/29...

Hi, is there any updates?

Hi @strongjz ,we use the commercial scanner Protecode, the controller binary comes from `k8s.gcr.io/ingress-nginx/controller:v1.2.1`