
analysis.ExploitStringBuilderInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of regex-static-analysis Show documentation
Show all versions of regex-static-analysis Show documentation
A tool to perform static analysis on regexes to determine whether they are vulnerable to ReDoS.
package analysis;
public interface ExploitStringBuilderInterface {
public ExploitString buildEdaExploitString(T1 r) throws InterruptedException;
public ExploitString buildIdaExploitString(T2 r) throws InterruptedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy