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,
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 TypeMethodDescriptionList<io.codemodder.CodemodChange>
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