jsonnet icon indicating copy to clipboard operation
jsonnet copied to clipboard

Jsonnet - The data templating language

Results 210 jsonnet issues
Sort by recently updated
recently updated
newest added

# Problem Parsing extremely deeply nested structures (e.g., nested arrays [[[...]]], objects {a:{a:{...}}}, or long chains of unary/binary operators) could lead to excessive recursion in the C++ parser functions, potentially...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6037192216477696 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=408039422 and will auto-close if the status changes there. If...

The [docs](https://jsonnet.org/ref/stdlib.html#std-flatMap) say: > Apply the given function to every element of `arr` to form a new array then flatten the result. The argument `arr` must be an array or...

bug
stdlib
error reporting

Hi With this commit, we'd like to add man pages for the jsonnet and jsonnetfmt commands. The Debian Lintian quality checker warns that each binary should have a manual page,...

``` local getExt(varName, default) = if std.extVar(varName) != null then std.extVar(varName) else default; { machine: { gpu: 0, cpu: 100, ram: 100, }, job: { APIVersion: "V1beta1", Spec: { Deal:...

enhancement
stdlib

Provides a binary search implementation for setMember().

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4596162452062208 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=380318813 and will auto-close if the status changes there. If...

Do not output extra key headers with no values within: ```toml [tool] [tool.item] key = 1 ``` Instead just write: ```toml [tool.item] key = 1 ``` Also I think `std.manifestToml`...

builtin rules are removed in newer versions of Bazel