merge: reconcile Result struct md tags with dev fields

This commit is contained in:
ayuxsec@proton.me
2026-02-05 19:45:14 +05:30
parent 6399f78080
commit 299cb60871
+3
View File
@@ -102,6 +102,9 @@ type Result struct {
Response *httpx.Response `json:"-" csv:"-" md:"-" mapstructure:"-"`
FaviconData []byte `json:"-" csv:"-" md:"-" mapstructure:"-"`
Trace *retryablehttp.TraceInfo `json:"trace,omitempty" csv:"-" md:"-" mapstructure:"trace"`
FileNameHash string `json:"-" csv:"-" md:"-" mapstructure:"-"`
CPE []CPEInfo `json:"cpe,omitempty" csv:"cpe" md:"cpe" mapstructure:"cpe"`
WordPress *WordPressInfo `json:"wordpress,omitempty" csv:"wordpress" md:"wordpress" mapstructure:"wordpress"`
}
type Trace struct {