Skip to content

Commit

Permalink
Move pe details out of Ext context (#92146) (#92241)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton authored Feb 22, 2021
1 parent 08517f0 commit 6b4b9ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x-pack/plugins/security_solution/server/lib/telemetry/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,13 @@ const allowlistEventFields: AllowlistFields = {
subject_name: true,
trusted: true,
},
company: true,
description: true,
file_version: true,
imphash: true,
original_file_name: true,
product: true,
},
company: true,
description: true,
file_version: true,
imphash: true,
original_file_name: true,
product: true,
},
pe_detected: true,
region_protection: true,
Expand Down

0 comments on commit 6b4b9ff

Please sign in to comment.