subjectsplus / SubjectsPlus

Repository for the SubjectsPlus project. This is version 4.6 (July 2021); for version 3, select branch > versionthree; for version 2, select branch > versiontwo.
http://subjectsplus.github.io/
Other
45 stars 31 forks source link

refactor: Switch to packbackbooks/lti-1-3-php-library #1556

Open cgb37 opened 8 months ago

cgb37 commented 8 months ago

Due to the possible abandonment of the original lti-1-3-php-library and need to address vulnerability issues with phpseclib version 2, SP is going to switch to a forked version.

Here is the issue: https://github.com/1EdTech/lti-1-3-php-library/issues/75

and Dependabot: phpseclib does not properly limit the ASN1 OID length #10 https://github.com/subjectsplus/SubjectsPlus/security/dependabot/10 An issue was discovered in phpseclib 1.x before 1.0.23, 2.x before 2.0.47, and 3.x before 3.0.36. When processing the ASN.1 object identifier of a certificate, a sub identifier may be provided that leads to a denial of service (CPU consumption for decodeOID).