RAR analysis: If a contained file is archive, don't also mark it executable. |
||
Issue descriptionzip_analyzer marks a file as executable if it is not an archive and is a IsCheckedBinaryFile() rar_analyzer does not consider whether the file is an archive, only checks IsCheckedBinaryFile().
,
Jun 20 2018
{
"archive_valid": true,
"archived_binary": [ {
"download_type": 6,
"file_basename": "empty.zip",
"length": 22
} ],
"download_type": 12,
"file_basename": "has_archive.rar",
"length": 86,
"url": "https://aawc.gitlab.io/safebrowsing/s/has_archive.rar"
}
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 19 2018