selective-php / xmldsig

Sign XML Documents with Digital Signatures
MIT License
73 stars 34 forks source link

Security issue. #11

Closed ArmenMelk closed 2 years ago

ArmenMelk commented 2 years ago

After digital sign for security reason I have modified some xml node values and gave that modified xml to verify and it successfully pass verification. It's means that verifyXML method doesn't check xml content with digest value. How can fix that ?

odan commented 2 years ago

It should be fixed now. Thanks for reporting.