From 4da54dfb2f4fb638e07eb176d01fd90a82157933 Mon Sep 17 00:00:00 2001 From: cpottsbd <36172712+cpottsbd@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:31:26 -0500 Subject: [PATCH 1/2] Update DetectProperties.java --- .../integration/detect/configuration/DetectProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java index 8a18691a0c..1345965ea6 100644 --- a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java +++ b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java @@ -1114,7 +1114,7 @@ private DetectProperties() { .setInfo("Quack Patch Enabled", DetectPropertyFromVersion.VERSION_11_2_0) .setHelp( "If set to true, Detect will invoke Quack Patch -- a tool that uses LLMs to generate code patches for vulnerable transitive components.", - "Only supported for Rapid and Stateless Scan modes. detect.llm.api.key, detect.llm.api.endpoint, and detect.llm.name must also be set. See Quack Patch\n for further details.") + "Only supported for Rapid and Stateless Scan modes. detect.llm.api.key, detect.llm.api.endpoint, and detect.llm.name must also be set. See Quack Patch for further details.") .setGroups(DetectGroup.QUACKPATCH) .build(); From fef748aef888f486cfa59b36bc413a2a259220ee Mon Sep 17 00:00:00 2001 From: cpottsbd <36172712+cpottsbd@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:37:48 -0500 Subject: [PATCH 2/2] Update DetectProperties.java --- .../integration/detect/configuration/DetectProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java index 1345965ea6..2400288cea 100644 --- a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java +++ b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java @@ -1122,7 +1122,7 @@ private DetectProperties() { StringProperty.newBuilder("detect.llm.api.key", "") .setInfo("LLM Gateway API key", DetectPropertyFromVersion.VERSION_11_2_0) .setHelp( - "Provides the API key used to authenticate with the configured LLM Gateway.\n") + "Provides the API key used to authenticate with the configured LLM Gateway.") .setGroups(DetectGroup.QUACKPATCH) .build();