Page MenuHomePhabricator

D9723.id23342.diff
No OneTemporary

D9723.id23342.diff

diff --git a/src/lint/linter/ArcanistChmodLinter.php b/src/lint/linter/ArcanistChmodLinter.php
--- a/src/lint/linter/ArcanistChmodLinter.php
+++ b/src/lint/linter/ArcanistChmodLinter.php
@@ -46,6 +46,13 @@
public function lintPath($path) {
if (is_executable($path)) {
if ($this->getEngine()->isBinaryFile($path)) {
+ if (@exif_imagetype($path)) {
+ $this->raiseLintAtPath(
+ self::LINT_INVALID_EXECUTABLE,
+ pht('Images should not be executable.'));
+ return;
+ }
+
// Path is a binary file, which makes it a valid executable.
return;
} else if ($this->getShebang($path)) {

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 12:14 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704616
Default Alt Text
D9723.id23342.diff (669 B)

Event Timeline