agollo icon indicating copy to clipboard operation
agollo copied to clipboard

An elegant Go client for Ctrip Apollo

Results 5 agollo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/18513362/182433505-495a2051-80d3-4cd1-a584-5402c9fa4ba0.png)

type defaultRemoteProvider struct { provider string endpoint string path string secretKeyring string } 作者考虑升级吗

ConfigServerURL = http://apollo.meta/configsvc-dev 时, 使用token计算签名时,会把 pathwithquery部分的 /configsvc-dev 漏掉,导致签名失败, 建议在使用requestURI时,不要简单拼接,而是使用url.parse获取 ![image](https://user-images.githubusercontent.com/19337680/186856270-fad55ac1-f7b3-4f5b-84c7-02445988958c.png)

依赖的github.com/bketelsen/crypt 0.0.4 (depend github.com/hashicorp/consul/api v1.1.0) 版本太低,存在 CWE-285/CWE-770/CWE-125/CWE-863/CWE-79安全漏洞。 HashiCorp Consul is vulnerable to privilege escalation due to the improper authorization of certificates that are being used for Raft requests. A remote...

chore(deps): bump github.com/bketelsen/crypt from from v0.0.4 to v0.0.5