Skip to content

Commit f81a5bc

Browse files
committed
Documentation
1 parent 5e7f250 commit f81a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-codemods/src/main/java/io/codemodder/codemods/codeql/CodeQLErrorMessageExposureCodemod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.Optional;
1212
import javax.inject.Inject;
1313

14-
/** A codemod for automatically fixing SQL injection from CodeQL. */
14+
/** A codemod that removes sensitive information exposure from error messages * */
1515
@Codemod(
1616
id = "codeql:java/error-message-exposure",
1717
reviewGuidance = ReviewGuidance.MERGE_AFTER_CURSORY_REVIEW,

0 commit comments

Comments
 (0)