Skip to content
Snippets Groups Projects
Commit 81b4871c authored by George Nachman's avatar George Nachman
Browse files

Bump bash shell integration to version 5 because of a security concern with...

Bump bash shell integration to version 5 because of a security concern with evaluating text in backticks or $(...) in a directory name when you cd into it
parent d98f5b16
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3916,7 +3916,7 @@ static NSString *const kInilineFileInset = @"inset"; // NSValue of NSEdgeInsets
NSDictionary<NSString *, NSNumber *> *lastVersionByShell =
@{ @"tcsh": @2,
@"bash": @4,
@"bash": @5,
@"zsh": @5,
@"fish": @5 };
NSInteger latestKnownVersion = [lastVersionByShell[shell ?: @""] integerValue];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment