Skip to content

False positives test are broken #387

@Borewit

Description

@Borewit

Following Microsoft documents are not tested as .msi (Windows Installer) or [MS-CFB]: Compound File Binary File Format:

file-type/test.js

Lines 178 to 182 in 4a4d39c

msi: [
'fixture-ppt',
'fixture-doc',
'fixture-xls'
]

const FileType = require('file-type');
const path = require('path');

(async () => {
  const fileType = await FileType.fromFile(path.join('fixture', 'fixture-xls.msi'));
  console.log(fileType);
})();

Outputs:

undefined

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions