All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.remediation.xxe.XXEFixer Maven / Gradle / Ivy

package io.codemodder.remediation.xxe;

import com.github.javaparser.ast.CompilationUnit;

/** Interface for fixing XXEs. */
interface XXEFixer {

  /** A provider (for a given XML API) attempts to fix the given issue. */
  XXEFixAttempt tryFix(int line, Integer column, CompilationUnit cu);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy