This update for jq fixes the following issues:
jvp_string_append() and jvp_string_copy_replace_bad functions can
lead to heap buffer overflow when evaluating untrusted jq queries (bsc#1262044).jv_setpath(), jv_getpath(), and delpaths_sorted() can lead to
excessive resource consumption when processing crafted JSON input (bsc#1262069)._strindices and jv_string_indexes() can lead to a crash when
evaluating untrusted jq filters against a release build (bsc#1262070).jv_parse_sized can lead to an
out-of-bounds read when processing malformed JSON (bsc#1262071).MurmurHash3 with a hardcoded seed allows pre-computation of key collisions and can lead to a
denial of service via resource exhaustion when processing crafted JSON objects (bsc#1262072).jv_contains can lead to a C stack
exhaustion when processing crafted input (bsc#1265060).-f and can lead to the execution of unintended
programs (bsc#1265061).stack_reallocate can lead to memory corruption and DoS when processing jq
bytecode (bsc#1265062).decNumberFromString D2U() macro can lead to an out-of-bounds
memory write when processing large number literals (bsc#1265070).strlen() instead of fgets() in CLI input parsing allows
validation bypass via embedded NUL bytes (bsc#1262043).