You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enveloped-signature - only rm immediate child sigs
212200b changed the xpath to match all signature nodes descended from
the specified local node. This is incorrect; the relevant spec says that
only immediate signature elements should be removed
This commit corrects the behaviour simply by changing the xpath to only
match immediate children
Fixes#135 , where further discussion can be found
0 commit comments