Commit Graph

9 Commits

Author SHA1 Message Date
DavidKorczynski 9731dd19a9
jq: add new fuzzer from upstream (#11333)
Ref: https://github.com/jqlang/jq/pull/2965
2023-12-07 12:31:56 +00:00
DavidKorczynski d33edba36c
jq: refine dictionary (#11328)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-12-06 22:21:42 +00:00
DavidKorczynski 9ea7ce85bb
jq: add corpus & dictionary (#11297)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-11-30 19:24:37 +00:00
DavidKorczynski 510a22d3c0
jq: add new fuzzer (#11294)
Ref: https://github.com/jqlang/jq/pull/2959

Signed-off-by: David Korczynski <david@adalogics.com>
2023-11-30 13:56:41 +00:00
Mattias Wadman d76db3e303
Add wader to jq (#11291) 2023-11-29 23:01:59 +00:00
DavidKorczynski 1ff395cc04
jq: extended with new fuzzers (#11283)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-11-28 20:52:45 +00:00
DavidKorczynski f38a3561c7
jq: add file load fuzzer (#10742)
Depends on https://github.com/jqlang/jq/pull/2762
2023-07-24 14:53:43 +01:00
DavidKorczynski a7f6f32cdc
jq: add compile fuzzer (#10741)
Depends on https://github.com/jqlang/jq/pull/2760
2023-07-24 12:52:39 +01:00
DavidKorczynski 330cc0c9f2
initial integration of jq. (#4980)
Initial integration of jq. jq is a lightweight and flexible command-line
JSON processor. It's a widely used command-line for handling json
processing, and has more than 25K stars on Github. In essence am not
sure which corporations use it as such (but I would assume many), but I
use it frequently and would place it in some form of position similar to
Binutils from a user perspective. It is, in essence, the `sed` command
in the JSON world.
2023-07-11 03:38:24 +00:00