From 8e98593b02ead2b4753147dc2816321b188dfc25 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Thu, 4 Oct 2018 16:28:20 +0200
Subject: [PATCH] Trash word/people.xml in office files

---
 libmat2/office.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmat2/office.py b/libmat2/office.py
index 372d69a..54347ea 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -88,6 +88,7 @@ class MSOfficeParser(ArchiveBasedAbstractParser):
             r'^docProps/custom\.xml$',
             r'^word/printerSettings/',
             r'^word/theme',
+            r'^word/people\.xml$',
 
             # we have a whitelist in self.files_to_keep,
             # so we can trash everything else
-- 
GitLab