diff --git a/docs/README.md b/docs/README.md index 0f6adb5..bd79806 100644 --- a/docs/README.md +++ b/docs/README.md @@ -83,6 +83,12 @@ If you have any questions or need assistance with setting up the plugin and conf #### Version 2.9,1 - Fix security issue SECURITY-2741 / CVE-2023-24443 where TestComplete support Plugin 2.8.1 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks. +#### Version 2.9.2 +- Fix Stored XSS vulnerability (SECURITY-2892 / CVE-2023-33002) + +#### Version 2.9.1 +- Fix XXE vulnerability (SECURITY-2741 / CVE-2023-24443) + #### Version 2.6.2 - Support for the TestExecute Lite utility has been removed. Now you can control parallel test runs directly from TestComplete projects. diff --git a/pom.xml b/pom.xml index 4c098ba..4406094 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci.plugins plugin - 4.59 + 4.65 @@ -13,7 +13,7 @@ TestComplete TestComplete support plug-in - 2.10-SNAPSHOT + 2.12-SNAPSHOT hpi https://github.com/jenkinsci/testcomplete-plugin/blob/master/docs/README.md @@ -59,7 +59,7 @@ io.jenkins.tools.bom bom-2.361.x - 2025.v816d28f1e04f + 2102.v854b_fec19c92 import pom @@ -70,7 +70,7 @@ scm:git:https://github.com/jenkinsci/testcomplete-plugin.git scm:git:git@github.com:jenkinsci/testcomplete-plugin.git https://github.com/jenkinsci/testcomplete-plugin - TestComplete-2.9.1 + TestComplete-2.10 diff --git a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcReportAction/index.jelly b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcReportAction/index.jelly index 4957b4e..0ac7bd1 100644 --- a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcReportAction/index.jelly +++ b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcReportAction/index.jelly @@ -1,4 +1,4 @@ - + @@ -29,7 +29,9 @@ - ${it.getNoInfoMessage("../../../console")} + + +

diff --git a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcSummaryAction/index.jelly b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcSummaryAction/index.jelly index f920e92..89d53ab 100644 --- a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcSummaryAction/index.jelly +++ b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcSummaryAction/index.jelly @@ -1,4 +1,4 @@ - + diff --git a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcTestBuilder/config.jelly b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcTestBuilder/config.jelly index 991aeef..fc679cd 100644 --- a/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcTestBuilder/config.jelly +++ b/src/main/resources/com/smartbear/jenkins/plugins/testcomplete/TcTestBuilder/config.jelly @@ -1,4 +1,4 @@ - + diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly index f490e4b..3123ddb 100644 --- a/src/main/resources/index.jelly +++ b/src/main/resources/index.jelly @@ -1,4 +1,4 @@ - +
Runs automated tests with TestComplete or TestExecute from Jenkins.