Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15396982
D15756.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15756.id.diff
View Options
diff --git a/src/applications/config/check/PhabricatorBinariesSetupCheck.php b/src/applications/config/check/PhabricatorBinariesSetupCheck.php
--- a/src/applications/config/check/PhabricatorBinariesSetupCheck.php
+++ b/src/applications/config/check/PhabricatorBinariesSetupCheck.php
@@ -102,14 +102,7 @@
$version = null;
switch ($vcs['versionControlSystem']) {
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
- $bad_versions = array(
- '< 2.7.4' => pht(
- 'Prior to 2.7.4, Git contains two remote code execution '.
- 'vulnerabilities which allow an attacker to take control of a '.
- 'system by crafting a commit which affects very long paths, '.
- 'then pushing it or tricking a victim into fetching it. This '.
- 'is a severe security vulnerability.'),
- );
+ $bad_versions = array();
list($err, $stdout, $stderr) = exec_manual('git --version');
$version = trim(substr($stdout, strlen('git version ')));
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 5:22 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7352580
Default Alt Text
D15756.id.diff (1 KB)
Attached To
Mode
D15756: Remove the warning about the Git 2GB pathname issue
Attached
Detach File
Event Timeline
Log In to Comment