-
### Go version
go version go1.23.0.darwin-amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/2me2/Library/Caches/go-build'
GO…
-
### Summary
Multiple vulnerabilities have been identified in the ArgoCD image (quay.io/argoproj/argocd:v2.11.8), including one HIGH severity issue and five MEDIUM severity issues. These vulnerabiliti…
-
**Background:**
NebulaGraph's Golang client SDK (`nebula-go`) relies on `vesoft-inc/fbthrift` for Thrift communication. The `ctx.Context` feature in Golang provides built-in support for request cance…
-
**Which version of MSAL Go are you using?**
Note that to get help, you need to run the latest version.
Microsoft Authentication Library for Go 1.2.2
**Where is the issue?**
* Public client
…
-
### Go version
go version go1.22.3 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/cameronmartin/Library/Caches/go-b…
-
# 🚀 feature request
### Relevant Rules
`pip.parse()` module extension
### Description
When the same pip package is (transitively) depended upon multiple times from different `requirements.…
-
*This issue was originally created by [**@genofire**](https://github.com/genofire) at .*
**Problem:**
In a K8s it is really common to run dependencies by other applications like an database …
-
### Proposal Details
Support for sk-* key types on the server-side was added in 2019: https://github.com/golang/crypto/commit/86a70503ff7e82ffc18c7b0de83db35da4791e6a
While working on a FIDO2 for …
bmh10 updated
1 month ago
-
**Describe the bug**
我的idl是这样的:
```thrift
struct RegisterReq {
...
4: string psm (api.body="psm",api.vd="(len($) > 0)")
...
}
```
生成的结构体是这样的
```go
type RegisterReq struct {
...…
-
### gopls version
dev version installed from https://github.com/golang/tools/commit/8fa4173de3eb0507050500109922ff5012c5d635
### go env
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOC…