Package io.codemodder.codemods
Class MavenSecureURLCodemod
java.lang.Object
io.codemodder.RawFileChanger
io.codemodder.SarifPluginRawFileChanger
io.codemodder.codemods.MavenSecureURLCodemod
- All Implemented Interfaces:
io.codemodder.CodeChanger
@Codemod(id="codeql:java/maven/non-https-url",
reviewGuidance=MERGE_WITHOUT_REVIEW,
importance=MEDIUM,
executionPriority=HIGH)
public final class MavenSecureURLCodemod
extends io.codemodder.SarifPluginRawFileChanger
Fixes issues reported under the id "java/maven/non-https-url".
-
Field Summary
Fields inherited from class io.codemodder.RawFileChanger
reporter
-
Method Summary
Modifier and TypeMethodDescriptionio.codemodder.CodemodFileScanningResult
onFileFound
(io.codemodder.CodemodInvocationContext context, List<com.contrastsecurity.sarif.Result> results) Methods inherited from class io.codemodder.SarifPluginRawFileChanger
visitFile
Methods inherited from class io.codemodder.RawFileChanger
getDescription, getIndividualChangeDescription, getReferences, getSummary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.codemodder.CodeChanger
shouldRun
-
Method Details
-
onFileFound
public io.codemodder.CodemodFileScanningResult onFileFound(io.codemodder.CodemodInvocationContext context, List<com.contrastsecurity.sarif.Result> results) - Specified by:
onFileFound
in classio.codemodder.SarifPluginRawFileChanger
-