We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I call ArchiveFactory.IsArchive with the attached file (which started life as a SQL CE database), it incorrectly reports that it's a tar file.
ArchiveFactory.IsArchive
Is it possible to make the detection code stricter, or have I just stumbled across a pathological case? false positive.tar.txt
The text was updated successfully, but these errors were encountered:
You might have stumbled on something because the file gets read and looks for a tar header.
Sorry, something went wrong.
No branches or pull requests
When I call
ArchiveFactory.IsArchive
with the attached file (which started life as a SQL CE database), it incorrectly reports that it's a tar file.Is it possible to make the detection code stricter, or have I just stumbled across a pathological case?
false positive.tar.txt
The text was updated successfully, but these errors were encountered: