Skip to content

Commit 47d90de

Browse files
committed
Add SHI
1 parent 4caf8e3 commit 47d90de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-api/src/main/java/datadog/trace/bootstrap/instrumentation/api/java/lang/ProcessImplInstrumentationHelpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public static void cmdiRaspCheck(@Nonnull final String[] cmdArray) {
211211
if (!Config.get().isAppSecRaspEnabled()) {
212212
return;
213213
}
214-
// if shell injection was checked, skip cmd injection check and reset the flag
214+
// if shell injection was checked, skip cmd injection check
215215
if (checkShi.get()) {
216216
return;
217217
}

0 commit comments

Comments
 (0)