Skip to content

Commit a5641a5

Browse files
committed
remove
1 parent 0d04c3d commit a5641a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AppInsightsCertificate.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
package com.microsoft.applicationinsights.agent.internal.init;
55

6-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
76
import java.io.BufferedReader;
87
import java.io.IOException;
98
import java.io.InputStream;
@@ -75,9 +74,6 @@ boolean isInJavaKeystore() {
7574
return loadedCertificates.contains(APP_INSIGHT_ROOT_CERTIFICATE);
7675
}
7776

78-
@SuppressFBWarnings(
79-
value = "SECCI", // Command Injection
80-
justification = "No user data is used to construct the command below")
8177
private String loadCertificates() {
8278
String keyStoreLocation = System.getProperty("java.home") + "/lib/security/cacerts";
8379
return executeWithoutException(

0 commit comments

Comments
 (0)