With the addition of new fields in file metadata purging the original file path will not remove the identifying information in the display name / virtual path fields.
- Open file
- Save analysis database with options
- Select to purge original file path
- Open the saved database and view the file metadata fields like below
>>> bv.file
<FileMetadata: /Users/emesare/Documents/libminidump_bn.dylib.bndb>
>>> bv.file.original_filename
'libminidump_bn.dylib'
>>> bv.file.display_name
'/Users/emesare/Documents/libminidump_bn.dylib.bndb'
The intention of this option when saving was to remove identifying information from the database, this issue also coincides with the fact that for some reason display name is a path, if we instead just saved the file name into it then i think that would be sufficient fix.
Related:
With the addition of new fields in file metadata purging the original file path will not remove the identifying information in the display name / virtual path fields.
The intention of this option when saving was to remove identifying information from the database, this issue also coincides with the fact that for some reason display name is a path, if we instead just saved the file name into it then i think that would be sufficient fix.
Related: