russellhaering / goxmldsig

Pure Go implementation of XML Digital Signatures
Apache License 2.0
154 stars 127 forks source link

Add traversal limit #88

Closed elwint closed 1 year ago

elwint commented 1 year ago

Limit the traversal processing time to prevent long-running loops caused by a large or malformed input

russellhaering commented 1 year ago

This is a good idea and I like the implementation. Thanks for the contribution!