Skip to content

Commit 616f9fd

Browse files
committed
Validate serial number as string to work around libxml2 limitation
1 parent 7e4d502 commit 616f9fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onelogin/saml2/schemas/xmldsig-core-schema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<complexType name="X509IssuerSerialType">
189189
<sequence>
190190
<element name="X509IssuerName" type="string"/>
191-
<element name="X509SerialNumber" type="integer"/>
191+
<element name="X509SerialNumber" type="string"/>
192192
</sequence>
193193
</complexType>
194194

0 commit comments

Comments
 (0)