Skip to content

Commit 81d18c5

Browse files
Update community/detectors/flowise_exposed_ui/src/main/java/com/google/tsunami/plugins/detectors/exposedui/flowise/FlowiseExposedUiDetector.java
Co-authored-by: Giacomo Coluccelli <giacomo@doyensec.com>
1 parent 8686a4b commit 81d18c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/detectors/flowise_exposed_ui/src/main/java/com/google/tsunami/plugins/detectors/exposedui/flowise/FlowiseExposedUiDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
type = PluginType.VULN_DETECTION,
5151
name = "FlowiseExposedUiDetector",
5252
version = "0.1",
53-
description = "This detector checks whether a Flowise UI installation is exposed.",
53+
description = "This detector checks whether a Flowise UI installation is exposed without proper authentication.",
5454
author = "yuradoc (yuradoc.research@gmail.com)",
5555
bootstrapModule = FlowiseExposedUiDetectorBootstrapModule.class)
5656
public final class FlowiseExposedUiDetector implements VulnDetector {

0 commit comments

Comments
 (0)