Exception: WSDL::XMLSecurityError
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- WSDL::XMLSecurityError
- Defined in:
- lib/wsdl/errors.rb
Overview
Raised when XML parsing detects a potential security attack.
This error wraps security-related XML parsing failures detected by libxml2, such as:
- Entity amplification attacks (Billion Laughs / XML bomb)
- Excessive document depth
- Other security limit violations
The original Nokogiri error is preserved as the cause for debugging.