Package eu.europa.esig.dss.xades
Class EnforcedResolverFragment
java.lang.Object
org.apache.xml.security.utils.resolver.ResourceResolverSpi
org.apache.xml.security.utils.resolver.implementations.ResolverFragment
eu.europa.esig.dss.xades.EnforcedResolverFragment
public class EnforcedResolverFragment
extends org.apache.xml.security.utils.resolver.implementations.ResolverFragment
This class tests the xpath expression against injection.
See https://www.owasp.org/index.php/XPATH_Injection_Java.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkValueForXpathInjection
(String xpathString) This method tests the xpath expression against injectionboolean
engineCanResolveURI
(org.apache.xml.security.utils.resolver.ResourceResolverContext context) Methods inherited from class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
engineResolveURI
-
Constructor Details
-
EnforcedResolverFragment
public EnforcedResolverFragment()Default constructor
-
-
Method Details
-
engineCanResolveURI
public boolean engineCanResolveURI(org.apache.xml.security.utils.resolver.ResourceResolverContext context) - Overrides:
engineCanResolveURI
in classorg.apache.xml.security.utils.resolver.implementations.ResolverFragment
-
checkValueForXpathInjection
This method tests the xpath expression against injection- Parameters:
xpathString
- the xpath expression to be tested- Returns:
- false if the xpath contains forbidden character or if the xpath cannot be decoded
-