signatures/iso-9660: Add \x01 suffix to CD001

As discussed with Tim, that should make it a bit more robust against
false positives.
This commit is contained in:
Arne Welzel 2024-02-26 20:59:01 +01:00
parent e11c20e1eb
commit f4ed1e05fc

View file

@ -6,5 +6,5 @@
# results in major performance degradation.
signature file-iso9660 {
file-mime "application/x-iso9660-image", 99
file-magic /.*CD001/
file-magic /.*CD001\x01/
}