CVE-2026-41885: Custom Regex Interpolation Unvalidatedcve-2026-41885-custom-regex-interpolation-unvalidated
Detected a custom regex-based string interpolation loop directly substituting dictionary values. If this template is used to construct URLs, it is vulnerable to Path Traversal or SSRF, as the values are neither URL-encoded nor validated against path delimiters. Ensure URL construction uses verified inputs (e.g., blocking `../`, `/`) or use `URL` objects and