Skip to content

Commit 553e158

Browse files
committed
upgrade vijava to latest to solve the following bug:
Vim 3.0 through 7.x before 7.2.010 does not properly escape characters, which allows user-assisted attackers to (1) execute arbitrary shell commands by entering a K keystroke on a line that contains a ";" (semicolon) followed by a command, or execute arbitrary Ex commands by entering an argument after a (2) "Ctrl-]" (control close-square-bracket) or (3) "g]" (g close-square-bracket) keystroke sequence, a different issue than CVE-2008-2712.
1 parent 0100228 commit 553e158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apply plugin: 'idea'
3131

3232
dependencies {
3333
// for the VMWareClient
34-
compile 'com.cloudbees.thirdparty:vijava:5.0.0'
34+
compile 'com.cloudbees.thirdparty:vijava:latest.release'
3535
compile 'dom4j:dom4j:1.6.1'
3636

3737
// for DB support outside of AWS (SimpleDB not available)

0 commit comments

Comments
 (0)