-
漏洞太多了,一年修了几次fastjson漏洞,几十个服务挨个升级,心累。。
-
I execute command
docker-compose up -d --build
But i got error
Step 23/28 : RUN go get github.com/olivere/elastic ---> Running in 51279699b16d Removing intermediate container 51279699b16d ---> 7e…
-
I am the developer of a new JSON encoder/decoder called [sonnet](https://github.com/sugawarayuuta/sonnet), a library designed for full compatibility and speed.
I would like you to include mine in the…
-
Originally it was proposed at golint https://github.com/golang/lint/issues/374 and I sent appropriate pull request. Proposal is
"There is a rule https://github.com/golang/go/wiki/CodeReviewComments…
-
Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.
Few things in the generated code that …
-
**Describe the bug**
While doing a migration from Chef to Goiardi, we encountered a significant memory issue during `knife upload cookbooks/`
(We are running multiple pod with s3&postgresql)
![im…
alekc updated
4 years ago
-
**Request 1:** Existing PostScan logic for WASM modules operates on a mandatory PostScan action.
https://github.com/aquasecurity/trivy/blob/01c7fb14bc6c09c41497509667d5455bf96b7e68/pkg/module/modul…
-
Given this kind of structure
```
type s struct {
m []map[string]string `json:",omitempty"`
}
```
and JSON
`{"m": [{}]}`
Unmarshal produces this (slice with a nil map)
```
s {
m:…
-
-
Hello,
Today i received panic from ffjson.Marshal , I dont know what is problem exactly. Maybe you can see the problem.
The panic log:
panic: runtime error: invalid memory address or nil pointer der…