Skip to content

Commit

Permalink
update the title for Ray RCE plugin to be more descriptive.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616953345
Change-Id: I023cfe31792207febef3511f6316ef00b0d404d1
  • Loading branch information
maoning authored and copybara-github committed Mar 18, 2024
1 parent e36b05a commit ab5e8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private DetectionReport buildDetectionReport(
.setMainId(
VulnerabilityId.newBuilder().setPublisher("GOOGLE").setValue("CVE-2023-48022"))
.setSeverity(Severity.CRITICAL)
.setTitle("CVE-2023-48022")
.setTitle("CVE-2023-48022 Arbitrary Code Execution in Ray")
.setDescription(
"An attacker can use the job upload functionality to execute arbitrary code on"
+ " the server hosting the ray application.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void detect_withCallbackServer_onVulnerableTarget_returnsVulnerability()
.setPublisher("GOOGLE")
.setValue("CVE-2023-48022"))
.setSeverity(Severity.CRITICAL)
.setTitle("CVE-2023-48022"))
.setTitle("CVE-2023-48022 Arbitrary Code Execution in Ray"))
.build());
}

Expand Down

0 comments on commit ab5e8d2

Please sign in to comment.