|
1 | 1 | ext.pluginClassNames='com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor,com.dtolabs.rundeck.plugin.overthere.OTWinRMFileCopier' |
2 | 2 |
|
3 | 3 | defaultTasks 'clean','build' |
4 | | -version = '1.3.4-SNAPSHOT' |
| 4 | +version = '1.3.6-SNAPSHOT' |
5 | 5 | ext.rundeckPluginVersion= '1.1' |
6 | 6 | apply plugin: 'java' |
7 | 7 | apply plugin: 'idea' |
@@ -43,6 +43,11 @@ dependencies { |
43 | 43 | exclude( module: 'icu4j') |
44 | 44 | exclude( module: 'jcl-over-slf4j') |
45 | 45 | } |
| 46 | + // bump version brought by com.xebialabs.overthere, which is affected by CVE-2018-1000613 |
| 47 | + pluginLibs ("org.bouncycastle:bcpkix-jdk15on:1.62") { |
| 48 | + exclude ( group: "org.bouncycastle", module: "bcprov-jdk15on") |
| 49 | + } |
| 50 | + |
46 | 51 | // pluginLibs(group: 'org.slf4j', name: 'slf4j-simple', version: '1.6.3') |
47 | 52 | pluginLibs(group: 'org.slf4j', name: 'slf4j-nop', version: '1.6.3') |
48 | 53 |
|
|
72 | 77 | 'Rundeck-Plugin-Version': rundeckPluginVersion, |
73 | 78 | 'Rundeck-Plugin-Archive': 'true', |
74 | 79 | 'Rundeck-Plugin-Classnames': pluginClassNames, |
75 | | - 'Rundeck-Plugin-Libs': "${libList}", |
| 80 | + 'Rundeck-Plugin-Libs': "${libList}", |
76 | 81 | 'Rundeck-Plugin-Name' : 'Rundeck WinRM', |
77 | 82 | 'Rundeck-Plugin-Description' : 'Rundeck Node Executor and File Copier plugins that uses WinRM to connect to Windows and execute commands. It uses the OverThere Library to provide the WinRM implementation, and uses Basic authentication over HTTPS.', |
78 | 83 | 'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.3.2+', |
|
0 commit comments