File tree Expand file tree Collapse file tree
comfyui_arbitrary_read_filename
comfyui_arbitrary_read_savepath
comfyui_exposed_ui_detector
kubernetes_rce_via_open_access
rocketmq_rce_cve_2023_33246
selenium_grid_rce_via_exposed_server
example_payload_framework_vuln_detector
facebook/detectors/rce/cisco_smi
govtech/detectors/cves/cve_2020_3452 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,19 @@ repositories {
1717
1818
1919dependencies {
20- implementation " com.google.tsunami:tsunami-common:latest.release"
21- implementation " com.google.tsunami:tsunami-plugin:latest.release"
22- implementation " com.google.tsunami:tsunami-proto:latest.release"
20+ implementation(" com.google.tsunami:tsunami-common" ) {
21+ version { branch = " stable" }
22+ }
23+ implementation(" com.google.tsunami:tsunami-plugin" ) {
24+ version { branch = " stable" }
25+ }
26+ implementation(" com.google.tsunami:tsunami-proto" ) {
27+ version { branch = " stable" }
28+ }
2329 implementation ' org.jsoup:jsoup:1.9.2'
2430
2531 testImplementation " junit:junit:4.13.2"
32+ testImplementation " com.squareup.okhttp3:mockwebserver:3.12.0"
2633 testImplementation " org.mockito:mockito-core:5.18.0"
2734 testImplementation " com.google.inject:guice:4.2.3"
2835 testImplementation " com.google.truth:truth:1.4.4"
Original file line number Diff line number Diff line change 11rootProject. name = ' comfyui-manager-arbitrary-file-read-via-filename'
2+
3+ sourceControl {
4+ gitRepository(" https://github.com/google/tsunami-security-scanner.git" ) {
5+ producesModule(" com.google.tsunami:tsunami-common" )
6+ producesModule(" com.google.tsunami:tsunami-plugin" )
7+ producesModule(" com.google.tsunami:tsunami-proto" )
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -17,12 +17,19 @@ repositories {
1717
1818
1919dependencies {
20- implementation " com.google.tsunami:tsunami-common:latest.release"
21- implementation " com.google.tsunami:tsunami-plugin:latest.release"
22- implementation " com.google.tsunami:tsunami-proto:latest.release"
20+ implementation(" com.google.tsunami:tsunami-common" ) {
21+ version { branch = " stable" }
22+ }
23+ implementation(" com.google.tsunami:tsunami-plugin" ) {
24+ version { branch = " stable" }
25+ }
26+ implementation(" com.google.tsunami:tsunami-proto" ) {
27+ version { branch = " stable" }
28+ }
2329 implementation ' org.jsoup:jsoup:1.9.2'
2430
2531 testImplementation " junit:junit:4.13.2"
32+ testImplementation " com.squareup.okhttp3:mockwebserver:3.12.0"
2633 testImplementation " org.mockito:mockito-core:5.18.0"
2734 testImplementation " com.google.inject:guice:4.2.3"
2835 testImplementation " com.google.truth:truth:1.4.4"
Original file line number Diff line number Diff line change 11rootProject. name = ' comfyui-manager-arbitrary-file-read-via-save_path'
2+
3+ sourceControl {
4+ gitRepository(" https://github.com/google/tsunami-security-scanner.git" ) {
5+ producesModule(" com.google.tsunami:tsunami-common" )
6+ producesModule(" com.google.tsunami:tsunami-plugin" )
7+ producesModule(" com.google.tsunami:tsunami-proto" )
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -17,12 +17,19 @@ repositories {
1717
1818
1919dependencies {
20- implementation " com.google.tsunami:tsunami-common:latest.release"
21- implementation " com.google.tsunami:tsunami-plugin:latest.release"
22- implementation " com.google.tsunami:tsunami-proto:latest.release"
20+ implementation(" com.google.tsunami:tsunami-common" ) {
21+ version { branch = " stable" }
22+ }
23+ implementation(" com.google.tsunami:tsunami-plugin" ) {
24+ version { branch = " stable" }
25+ }
26+ implementation(" com.google.tsunami:tsunami-proto" ) {
27+ version { branch = " stable" }
28+ }
2329 implementation ' org.jsoup:jsoup:1.9.2'
2430
2531 testImplementation " junit:junit:4.13.2"
32+ testImplementation " com.squareup.okhttp3:mockwebserver:3.12.0"
2633 testImplementation " org.mockito:mockito-core:5.18.0"
2734 testImplementation " com.google.inject:guice:4.2.3"
2835 testImplementation " com.google.truth:truth:1.4.4"
Original file line number Diff line number Diff line change 11rootProject. name = ' comfyui-exposed-ui'
2+
3+ sourceControl {
4+ gitRepository(" https://github.com/google/tsunami-security-scanner.git" ) {
5+ producesModule(" com.google.tsunami:tsunami-common" )
6+ producesModule(" com.google.tsunami:tsunami-plugin" )
7+ producesModule(" com.google.tsunami:tsunami-proto" )
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -17,12 +17,19 @@ repositories {
1717
1818
1919dependencies {
20- implementation " com.google.tsunami:tsunami-common:latest.release"
21- implementation " com.google.tsunami:tsunami-plugin:latest.release"
22- implementation " com.google.tsunami:tsunami-proto:latest.release"
20+ implementation(" com.google.tsunami:tsunami-common" ) {
21+ version { branch = " stable" }
22+ }
23+ implementation(" com.google.tsunami:tsunami-plugin" ) {
24+ version { branch = " stable" }
25+ }
26+ implementation(" com.google.tsunami:tsunami-proto" ) {
27+ version { branch = " stable" }
28+ }
2329 implementation ' org.jsoup:jsoup:1.9.2'
2430
2531 testImplementation " junit:junit:4.13.2"
32+ testImplementation " com.squareup.okhttp3:mockwebserver:3.12.0"
2633 testImplementation " org.mockito:mockito-core:5.18.0"
2734 testImplementation " com.google.inject:guice:4.2.3"
2835 testImplementation " com.google.truth:truth:1.4.4"
Original file line number Diff line number Diff line change 11rootProject. name = ' comfyui-manager-remote-code-execution'
2+
3+ sourceControl {
4+ gitRepository(" https://github.com/google/tsunami-security-scanner.git" ) {
5+ producesModule(" com.google.tsunami:tsunami-common" )
6+ producesModule(" com.google.tsunami:tsunami-plugin" )
7+ producesModule(" com.google.tsunami:tsunami-proto" )
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -17,11 +17,18 @@ repositories {
1717
1818
1919dependencies {
20- implementation " com.google.tsunami:tsunami-common:latest.release"
21- implementation " com.google.tsunami:tsunami-plugin:latest.release"
22- implementation " com.google.tsunami:tsunami-proto:latest.release"
20+ implementation(" com.google.tsunami:tsunami-common" ) {
21+ version { branch = " stable" }
22+ }
23+ implementation(" com.google.tsunami:tsunami-plugin" ) {
24+ version { branch = " stable" }
25+ }
26+ implementation(" com.google.tsunami:tsunami-proto" ) {
27+ version { branch = " stable" }
28+ }
2329
2430 testImplementation " junit:junit:4.13.2"
31+ testImplementation " com.squareup.okhttp3:mockwebserver:3.12.0"
2532 testImplementation " org.mockito:mockito-core:5.18.0"
2633 testImplementation " com.google.truth:truth:1.4.4"
2734 testImplementation " com.google.truth.extensions:truth-java8-extension:1.4.4"
Original file line number Diff line number Diff line change 11rootProject. name = ' kubernetes_rce_via_open_access'
2+
3+ sourceControl {
4+ gitRepository(" https://github.com/google/tsunami-security-scanner.git" ) {
5+ producesModule(" com.google.tsunami:tsunami-common" )
6+ producesModule(" com.google.tsunami:tsunami-plugin" )
7+ producesModule(" com.google.tsunami:tsunami-proto" )
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments