Skip to content

Commit 6f4015a

Browse files
tooryxcopybara-github
authored andcommitted
Fix PluginInfo for the CVE-2022-22947 detector that is causing an injection conflict.
PiperOrigin-RevId: 690623994 Change-Id: Idedb9f669566a2be228c5959f204d4870b8fe5a8
1 parent c663072 commit 6f4015a

File tree

1 file changed

+1
-1
lines changed
  • community/detectors/spring_cloud_gateway_cve_2022_22947/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202222947

1 file changed

+1
-1
lines changed

community/detectors/spring_cloud_gateway_cve_2022_22947/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202222947/Cve202222947VulnDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/** A {@link VulnDetector} that detects the CVE-2022-22947 vulnerability. */
6060
@PluginInfo(
6161
type = PluginType.VULN_DETECTION,
62-
name = "CVE202122205VulnDetector",
62+
name = "CVE_2022_22947",
6363
version = "0.1",
6464
description = Cve202222947VulnDetector.VULN_DESCRIPTION,
6565
author = "hh-hunter",

0 commit comments

Comments
 (0)