-
CVE has revealed a a critical vulnerability about Redis,but details of the vulnerability are more related to cjson.
By reviewing the Redis source code, the cjson library used in Redis is also derive…
-
> $ lizard --version
> 1.17.3
> $ git clone --branch master --quiet https://github.com/DaveGamble/cJSON.git
> $ lizard -t 4 cJSON/
> ================================================
> NLOC …
-
This bug is about the 1.0 code, not unreleased code.
There are heap memory leaks in Ant such that hitting one of the endpoint URLs over and over eventually results in heap exhaustion and a hang. Fo…
-
Working with nginx r21.
I need to decode jwt token and extract the value of a key out of it. I have downloaded the following libs
1. https://github.com/cdbattags/lua-resty-jwt#verify
2. https:/…
-
Issue Description:
When using the lua cjson library to encode Lua tables containing floating-point numbers with decimal places, the output JSON does not retain the decimal places as expected.
Step…
-
Branch: ONLPv2
- commit bb20e13157b9984b4183c2bc0c56768ca8ae2aeb (HEAD -> ONLPv2, origin/ONLPv2)
- Merge: 7bc71e64 d5e38e20
- Author: Jeffrey Townsend
- Date: Thu Jan 9 12:53:35 2020 -0800
- …
-
When a json string must be passed to a shell script, sometimes the double quotes must be escaped `\"`
As an example
```json
{
"a": 1,
"b": "foo"
}
```
should be stringified ad
`{\ "a\":1,…
-
The latest seems to be fuzztest:
https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md
https://github.com/google/fuzztest/blob/main/doc/use-cases.md
I'd suggest adding fuzz tests f…
-
hi!
There are some pre-imported libraries available in the Redis Lua runtime context that are not available in the Jedis mock Lua runtime context ([source](https://redis.io/docs/latest/develop/intera…
-
Where did the line come from?
```
conf1.cjson:
{
"#include": "conf2.cjson",
"foo": "bar"
}
conf2.cjson:
{
"baz": "qux"
}
```
yields
```
{
"foo": "bar", // conf1.cjson
"baz": "qux" // con…