Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1010_phpunit-8.x+9.x.patch | Adapt to PHPUnit 8.x and 9.x API. =================================================================== |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1001_fix-missing-parentheses.patch | Add parentheses around 'a ? b : c ? d : e' expressions. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1002_square-instead-curly-braces-for-string-offset-access.patch | Use square braces for string offset access. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1003_fix-ensureTypes-method-in-Contents-Manager-Stub.patch | Add proper return value to ensureTypes() method in Content_Types_Manager stub. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
CVE-2022-30287-part1.patch | Part 1 for the fix of CVE-2022-30287 - a reflection injection attack | no | debian | https://github.com/horde/turba/commit/0d1e74802dd2ff8758c5b1dd5323a0101d49897d | ||
CVE-2022-30287-part1-fix.patch | Regression fix for CVE-2022-30287-part1 As commited in the upstream commit, the method is wrong. | yes | upstream | https://github.com/horde/turba/commit/006affc530966704937c55611fadb1669026b9f6 | ||
CVE-2022-30287-part2.patch | Part 2 for the fix of CVE-2022-30287 - a reflection injection attackdiff --git a/lib/Driver/Vbook.php b/lib/Driver/Vbook.php index 06ff5a12..a27059b2 100644 |
no | debian | https://github.com/horde/turba/commit/3bccab322af4ae96d5925f0ce9f9af0978af924b |