Affected by GO-2024-2556
and 1 other vulnerabilities
GO-2024-2556: APM Server vulnerable to Insertion of Sensitive Information into Log File in github.com/elastic/apm-server
GO-2024-3037: APM Server vulnerable to Insertion of Sensitive Information into Log File in github.com/elastic/apm-server
package
Version:
v6.1.1+incompatible
Opens a new window with list of versions in this module.
Published: Dec 14, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
type Exception struct {
Code interface{} `json:"code"`
Message string `json:"message"`
Module *string `json:"module"`
Attributes interface{} `json:"attributes"`
StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
Type *string `json:"type"`
Uncaught *bool `json:"uncaught"`
}
type Log struct {
Level *string `json:"level"`
Message string `json:"message"`
ParamMessage *string `json:"param_message"`
LoggerName *string `json:"logger_name"`
StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.