Sha256: 11d6fabf94f4a783238386146e3068de5e7c4f03f5c9d4b901ada164bfd1048e

Contents?: true

Size: 1014 Bytes

Versions: 16

Compression:

Stored size: 1014 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<foo:Foo ID="foo" xmlns:foo="http://example.com/foo#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#">
  <foo:Bar>bar</foo:Bar>
  <ds:Signature>
    <ds:SignedInfo>
      <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
      <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
      <ds:Reference URI="#foo' or 1=1 or ''='">
        <ds:Transforms>
          <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
          <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">
            <ec:InclusiveNamespaces PrefixList="foo"/>
          </ds:Transform>
        </ds:Transforms>
        <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
        <ds:DigestValue></ds:DigestValue>
      </ds:Reference>
    </ds:SignedInfo>
    <ds:SignatureValue></ds:SignatureValue>
  </ds:Signature>
</foo:Foo>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
xmldsig-0.7.0 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.6 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.5 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.4 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.3 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.2 spec/fixtures/unsigned-malicious.xml
xmldsig-0.6.1 spec/fixtures/unsigned-malicious.xml
xmldsig-0.5.1 spec/fixtures/unsigned-malicious.xml
xmldsig-0.5.0 spec/fixtures/unsigned-malicious.xml
xmldsig-0.4.1 spec/fixtures/unsigned-malicious.xml
xmldsig-0.4.0 spec/fixtures/unsigned-malicious.xml
xmldsig-0.3.2 spec/fixtures/unsigned-malicious.xml
xmldsig-0.3.1 spec/fixtures/unsigned-malicious.xml
xmldsig-0.3.0 spec/fixtures/unsigned-malicious.xml
xmldsig-0.2.10 spec/fixtures/unsigned-malicious.xml
xmldsig-0.2.9 spec/fixtures/unsigned-malicious.xml