please update SimpleSAMLphp/xmlseclibs

Bug #1845505 reported by Joern Clausen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
New
Undecided
Unassigned

Bug Description

When connecting Mahara to a SAML IdP, parsing of attributes fails with an error. The reason is a bug in

auth/saml/extlib/simplesamlphp/vendor/robrichards/xmlseclibs/src/Utils/XPath.php

that has been fixed in SimpleSAMLphp 1.17.6:

--- XPath.php 2019/09/26 09:31:55 1.1
+++ XPath.php 2019/09/26 09:32:10
@@ -7,7 +7,7 @@
     const ALPHANUMERIC = '\w\d';
     const NUMERIC = '\d';
     const LETTERS = '\w';
- const EXTENDED_ALPHANUMERIC = '\w\d\s-_:\.';
+ const EXTENDED_ALPHANUMERIC = '\w\d\s\-_:\.';

     const SINGLE_QUOTE = '\'';
     const DOUBLE_QUOTE = '"';

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.