Interface JNDIInjectionRemediator


public interface JNDIInjectionRemediator
Remediates JNDI injection vulnerabilities. It does this by weaving in a check to limit what JNDI resources are available, and users can add more.

Inspiration for this came from logback: https://github.com/qos-ch/logback/blob/979d76f3f2847f1c129bcc6295e69187d02e472c/logback-core/src/main/java/ch/qos/logback/core/util/JNDIUtil.java#L54