In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade smol-toml
to version 1.3.1 or higher.
smol-toml is an A small, fast, and correct TOML parser/serializer
Affected versions of this package are vulnerable to Uncontrolled Recursion by sending deeply nested inline tables that trigger a stack overflow or when attempting to stringify deeply nested objects. This is because there is a lack of limitation of the maximum exploration depth while parsing or producing TOML document.