summaryrefslogtreecommitdiff
path: root/DomainReportBuilder.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainReportBuilder.swift')
-rw-r--r--DomainReportBuilder.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/DomainReportBuilder.swift b/DomainReportBuilder.swift
index 50c46db..4068c0a 100644
--- a/DomainReportBuilder.swift
+++ b/DomainReportBuilder.swift
@@ -38,6 +38,7 @@ struct DomainReport: Codable {
let extendedSubdomains: [String]
let dnsHistory: [DNSHistoryEvent]
let domainPricing: DomainPricingInsight?
+ let reputation: DomainReputationResult?
let subdomainGroups: [SubdomainGroup]
let riskAssessment: DomainRiskAssessment
let insights: [String]
@@ -360,6 +361,7 @@ struct DomainReportBuilder {
extendedSubdomains: snapshot.extendedSubdomains.map(\.hostname),
dnsHistory: snapshot.dnsHistory,
domainPricing: snapshot.domainPricing,
+ reputation: snapshot.reputation,
subdomainGroups: analysis.subdomainGroups,
riskAssessment: analysis.riskAssessment,
insights: analysis.insights,