-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break the signature validation (>0.8.2) #108
Comments
that version included this fix of special characters encoding: |
Here is an update for this issue. I have discovered that there are special characters in the given xml (it might not be shown in the above code quotation), which are Then I upgrade the package into the latest version I can make further tests later on if needed. |
@tngan , that's excellent work! Would you mind creating a PR with at least a test replicating this issue, and perhaps a fix for it. We don't want this to break for future users, especially in a |
It works in release 0.8.2 but not 0.8.3. Follow the steps to replicate this issue.
This is the test script, test.js
Put the signed xml into same folder, called signed.xml
Run
node test.js
with version 0.8.2 and 0.8.3.The text was updated successfully, but these errors were encountered: