GO-2025-4245: Expr has Denial of Service via Unbounded Recursion in Builtin Functions in github.com/expr-lang/expr
package
Version:
v1.17.6
Opens a new window with list of versions in this module.
Published: Jul 24, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 14
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Location
Line int `json:"line"`
Column int `json:"column"`
Message string `json:"message"`
Snippet string `json:"snippet"`
Prev error `json:"prev"`
}
type Location struct {
From int `json:"from"`
To int `json:"to"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.