Affected by GO-2025-3508
and 5 other vulnerabilities
GO-2025-3508: LF Edge eKuiper allows Stored XSS in Rules Functionality in github.com/lf-edge/ekuiper
GO-2025-3682: LF Edge eKuiper Vulnerable to Stored XSS in Configuration Key Functionality in github.com/lf-edge/ekuiper
GO-2025-3799: LF Edge eKuiper vulnerable to File Path Traversal leading to file replacement in github.com/lf-edge/ekuiper
GO-2025-3800: eKuiper /config/uploads API arbitrary file writing may lead to RCE in github.com/lf-edge/ekuiper
GO-2025-3827: eKuiper API endpoints handling SQL queries with user-controlled table names. in github.com/lf-edge/ekuiper
GO-2025-4158: LF Edge eKuiper is vulnerable to Arbitrary File Read/Write via unsanitized names and zip extraction in github.com/lf-edge/ekuiper

The highest tagged major version is
v2.
package
Version:
v1.14.3
Opens a new window with list of versions in this module.
Published: Aug 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command struct {
Cmd string `json:"cmd"`
Arg string `json:"arg"`
}
type Control struct {
SymbolName string `json:"symbolName"`
Meta *Meta `json:"meta,omitempty"`
PluginType string `json:"pluginType"`
DataSource string `json:"dataSource,omitempty"`
Config map[string]interface{} `json:"config,omitempty"`
}
type FuncData struct {
Func string `json:"func"`
Arg interface{} `json:"arg"`
}
type FuncMeta struct {
Meta
FuncId int `json:"funcId"`
}
type Meta struct {
RuleId string `json:"ruleId"`
OpId string `json:"opId"`
InstanceId int `json:"instanceId"`
}
type PluginMeta struct {
Name string `json:"name"`
Version string `json:"version"`
WasmFile string `json:"wasmFile"`
WasmEngine string `json:"wasmEngine"`
}
func (f *WasmFunc) ExecWasmFunc(args []interface{}) ([]interface{}, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.