VYPR

Smol Toml

by Squirrelchat

CVEs (1)

  • CVE-2026-85730HigSep 4, 2026
    risk 0.46cvss epss

    smol-toml is a small, fast, and correct TOML parser and serializer. Prior to 1.7.1, parse() can enter an infinite loop when a value inside an array or inline table is followed by a comment with no trailing newline. In src/util.ts, skipUntil() calls indexOfNewline(), receives -1…