chore(deps): update yuzutech/kroki docker tag to v0.32.1 - #639
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update yuzutech/kroki docker tag to v0.32.1#639renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/yuzutech-kroki-0.x
branch
from
July 15, 2026 15:48
f6c63fd to
590a6a1
Compare
renovate
Bot
force-pushed
the
renovate/yuzutech-kroki-0.x
branch
from
July 26, 2026 13:15
590a6a1 to
c1d8af9
Compare
renovate
Bot
force-pushed
the
renovate/yuzutech-kroki-0.x
branch
from
August 3, 2026 19:12
c1d8af9 to
e507541
Compare
renovate
Bot
force-pushed
the
renovate/yuzutech-kroki-0.x
branch
from
August 12, 2026 14:17
e507541 to
c89b84b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.1→0.32.1Release Notes
yuzutech/kroki (yuzutech/kroki)
v0.32.1Compare Source
Security
KROKI_SAFE_MODE=SECURE's URL-loading restriction: the guard only inspectedspec.dataand the direct children ofspec.marks, so a URL-bearing data definition nested inside a group mark (marks[].marks[].data[].url) reached Vega's loader unchecked, allowing SSRF and local file reads (e.g.file:///etc/passwd); separately, animagemark'sencode.*.url(e.g.encode.enter.url) is fetched directly by the renderer and wasn't inspected at all, allowing SSRF (e.g. against cloud metadata endpoints) even without anydatablock. Fixed by recursively scanning every mark, however deeply nested, for aurlon eitherdataorencodeDiagram libraries
v0.32.0Compare Source
Added
backgroundandtransparentoptions to Ditaa diagrams, to set the background colour of the image or make it transparentSecurity
/tikz/svgvia\special{ps:...}:dvisvgmhands PostScript specials embedded in the DVI off to Ghostscript, whichdvisvgmstarts with-dDELAYSAFERinstead of-dSAFER, leaving the%pipe%device available and allowing arbitrary command execution regardless ofKROKI_SAFE_MODE— includingSECURE, since that setting only restricts kpathsea (LaTeX) file access and has no effect on Ghostscript. Fixed by passing--no-specials=pstodvisvgmso PostScript specials are never processedinnerHTMLbefore being handed to bpmn-js, so a crafted request to/bpmn/svgcould inject an element (e.g.<img onerror=...>) that ran script in that page; combined with the browser's--disable-web-securityflag (same-origin policy disabled), that script could issue cross-origin requests and read the responses. Fixed by clearing the container instead of parsing the diagram source as HTML, and by dropping--disable-web-security— the only reason it was set, local file access, is already covered by the shared--allow-file-access-from-filesflag (#2089)Changed
Fixed
/dev/shm, by passing--disable-dev-shm-usageso Chromium falls back to/tmpKROKI_DELEGATE_MAX_POOL_SIZE), so a degraded companion (e.g. Mermaid restarting Chromium after a crash) doesn't starve unrelated requests of a pooled connection and fail them with agetting a connectiontimeout before the companion itself is actually overloadedDiagram libraries
v0.31.2Compare Source
Security
\input,\include,\openin/\read,\lstinputlistingand similar LaTeX file-access primitives, by restricting kpathsea'sopenin_any/openout_anyto the current working directory instead of only blocklisting\verbatiminputN@{ img: "URL" }) from making the companion's headless Chromium fetch an attacker-controlled URL on/svgand/png, by wiringKROKI_MERMAID_SAFE_MODE/KROKI_SAFE_MODEinto a shared Puppeteer request-interception policy (applyNetworkPolicy) that restricts requests tofile:/data:/same-origin plus an optional operator-configured allowlist (KROKI_MERMAID_ALLOWED_ORIGINS/KROKI_ALLOWED_ORIGINS)Changed
Fixed
KROKI_MERMAID_MAX_CONCURRENCY, default 6) to bound Chromium memory usage; a burst of simultaneous requests could otherwise spin up enough renderer processes to exceed the container's memory limit and crash the serviceDiagram libraries
v0.31.1Compare Source
Changed
Fixed
Diagram libraries
v0.31.0Compare Source
This release adds support for GoAT diagrams and brings back the ELK and tidy-tree layouts in Mermaid 🎉
Added
Fixed
Diagram libraries
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.