BetaCat

Results 10 comments of BetaCat

Maybe you can try ``go get -u "cloud.google.com/go/civil"`` before the installation @iwxfer

@xuyuri Hi, 这里看了一下,我们决定用通对字符串进行参数化处理而不是过滤恶意条件(与预编译的作用类似),这样可以么?

> > @xuyuri Hi, 这里看了一下,我们决定用通对字符串进行参数化处理而不是过滤恶意条件(与预编译的作用类似),这样可以么? > > 是指以?作为占位符代替参数 这种处理方式吗? 嗯,不过是给出处理后的结果,比如: ``` SELECT * FROM t_tmp_info WHERE name='cat;'truncate table table1;' ``` 会处理为 ``` SELECT * FROM t_tmp_info WHERE name='cat;\'truncate table table1;'...

Sure. I'd like to :)

Please add some tests for this change :)

@leeson1995 Maybe you should use the exported field as payload, for example: ``` type Decimal struct { DigitsInt int8 ... } ```

Thanks @Neopallium . Could you write some test cases for these changes?

需要去看一下自定义资源(CRD) acme.cert-manager.io/v1 下的 Challenge 的状态,还需要结合下 cert-manager 服务本身的运行日志判断当前问题。 我在 cert-manager 1.9.1 + k8s 1.28.3-aliyun.1 + 这个 repo 的 master 版本把 ACME (DNS01) 跑起来了。 分享下我遇到的状况: - 需求 给类似 *.example.com 做通配证书。 - 过程...

更新:在ingress侧使用 ``cert-manager.io/cluster-issuer: cert-manager-webhook-dnspod-cluster-issuer``就没有前面说的权限问题了,配置了其他 issuer 了我才恍然大悟 x x