Update dependency js-toml to v1.1.2 #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/js-toml-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.1.1→1.1.2Release Notes
sunnyadn/js-toml (js-toml)
v1.1.2Compare Source
Security
false,0,0.0,-0.0,nan,"") (GHSA-m34p-749j-x6m6, CWE-697). The interpreter used a truthy existence check (if (object[key])) instead ofkey in object, so a later table, dotted-key sub-table, or array-of-tables sharing the same name silently overwrote the falsy value instead of raising a duplicate-key error. Reported by @CosmicCrusader23.Fixed
[[a.b]]) that descend into a statically-defined array.getOrCreateArraylacked the immutability guard thatcreateTablehad, so such input either threw an uncaughtTypeErroror silently mutated the static array instead of raisingSyntaxParseError.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.