GO-2026-4598: Nuclio Shell Runtime Command Injection Leading to Privilege Escalation in github.com/nuclio/nuclio
package
Version:
v1.14.2
Opens a new window with list of versions in this module.
Published: Feb 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BatchedResults struct {
Results []*Result
Err error
}
type Result struct {
StatusCode int `json:"status_code"`
ContentType string `json:"content_type"`
Body string `json:"body"`
BodyEncoding string `json:"body_encoding"`
EventId string `json:"event_id"`
DecodedBody []byte
Err error
}
type RpcLogRecord struct {
DateTime string `json:"datetime"`
Level string `json:"level"`
Message string `json:"message"`
With map[string]interface{} `json:"with"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.