Interface MissingSecureFlagRemediator
public interface MissingSecureFlagRemediator
Strategy interface for remediating missing secure flag vulnerabilities.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionremediateAll
(com.github.javaparser.ast.CompilationUnit cu, String path, io.codemodder.codetf.DetectorRule detectorRule, List<T> issuesForFile, Function<T, String> getKey, Function<T, Integer> getStartLine, Function<T, Integer> getEndLine, Function<T, Integer> getStartColumn) Remediate all missing secure flag vulnerabilities in the given compilation unit.
-
Field Details
-
DEFAULT
-
-
Method Details
-
remediateAll
<T> CodemodFileScanningResult remediateAll(com.github.javaparser.ast.CompilationUnit cu, String path, io.codemodder.codetf.DetectorRule detectorRule, List<T> issuesForFile, Function<T, String> getKey, Function<T, Integer> getStartLine, Function<T, Integer> getEndLine, Function<T, Integer> getStartColumn) Remediate all missing secure flag vulnerabilities in the given compilation unit.
-