mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Strings inside XLS reports are now properly encoded
This commit is contained in:
parent
9932c0eac0
commit
524ad1d7cd
@ -366,7 +366,7 @@ public class ReportXLS implements ReportModule {
|
||||
value = tempatt.getValueString();
|
||||
}
|
||||
|
||||
attributes.put(type, StringEscapeUtils.escapeXml(value));
|
||||
attributes.put(type, StringEscapeUtils.escapeCsv(value));
|
||||
cc++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user