Skip to content

Commit d9c6832

Browse files
Merge pull request #783 from doyensec:fix_gradle_tcs
PiperOrigin-RevId: 865915170 Change-Id: I482f259b3754bf1c751ffaf537d4022322e5a0da
2 parents ad06b82 + 9ec9991 commit d9c6832

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

community/detectors/apache_apisix_cve_2022_24112/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

community/detectors/metabase_cve_2023_38646/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

community/detectors/rce/apache_spark_exposed_api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
annotationProcessor "com.google.auto.value:auto-value:1.11.0"
3535

3636
testImplementation("com.google.tsunami:tcs-proto") {
37-
version { branch = "${coreRepoBranch}" }
37+
version { branch = "${tcsRepoBranch}" }
3838
}
3939

4040
testImplementation "junit:junit:4.13.2"

community/detectors/rce/php_cve_2024_4577/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
}
3030

3131
testImplementation("com.google.tsunami:tcs-proto") {
32-
version { branch = "${coreRepoBranch}" }
32+
version { branch = "${tcsRepoBranch}" }
3333
}
3434

3535
testImplementation "junit:junit:4.13.2"

community/detectors/zimbra_cve_2019_9670/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
version { branch = "${coreRepoBranch}" }
2929
}
3030
testImplementation("com.google.tsunami:tcs-proto") {
31-
version { branch = "${coreRepoBranch}" }
31+
version { branch = "${tcsRepoBranch}" }
3232
}
3333

3434
testImplementation "junit:junit:4.13.2"

google/detectors/rce/confluence/cve202226134/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

google/detectors/rce/cve20196340/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

google/detectors/rce/cve202342793/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

google/detectors/rce/weblogic/cve202014883/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
}
3232

3333
testImplementation("com.google.tsunami:tcs-proto") {
34-
version { branch = "${coreRepoBranch}" }
34+
version { branch = "${tcsRepoBranch}" }
3535
}
3636

3737
testImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)