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

io.leopard.web.security.xss.XssChecker Maven / Gradle / Ivy

The newest version!
package io.leopard.web.security.xss;

public interface XssChecker {

	boolean check(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy