We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ca8993 + 6c6aade commit 744b5d8Copy full SHA for 744b5d8
1 file changed
Dockerfile
@@ -472,7 +472,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
472
# CVE-2026-40898: buger/jsonparser Delete() panic via negative slice index on malformed JSON.
473
# Affects crowdsec and cscli binaries. Fix available at v1.1.2.
474
# renovate: datasource=go depName=github.com/buger/jsonparser
475
- go get github.com/buger/jsonparser@v1.1.2 && \
+ go get github.com/buger/jsonparser@v1.2.0 && \
476
go mod tidy
477
478
# Fix compatibility issues with expr-lang v1.17.7
0 commit comments