[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Composer: Ignore inapplicable WebAuthn security advisory
"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]> Thu, 16 Jul 2026 12:30:38 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a58ceee699bd_3819cc4c785d3@gitlab-sidekiq-low-urgency-cpu-bound-v2-f88688876-tvgmq.mail> |
ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
05ab07cd by ushindi bienvenu at 2026-07-16T12:13:14+00:00
[FIX] Composer: Ignore inapplicable WebAuthn security advisory
---
* [FIX] Composer: Ignore inapplicable WebAuthn security advisory
See merge request tikiwiki/tiki!10739
- - - - -
1 changed file:
- vendor_bundled/composer.json
Changes:
=====================================
vendor_bundled/composer.json
=====================================
@@ -387,6 +387,14 @@
"config": {
"process-timeout": 5000,
"bin-dir": "../bin",
+ "policy": {
+ "advisories": {
+ "ignore-id": [
+ "PKSA-5jz8-6tcw-pbk4",
+ "PKSA-zk1n-qbm6-d3rq"
+ ]
+ }
+ },
"_comment": [
"platform-check CANNOT be enabled, because it would check the ext-* requirements of our dependencies not just ours.",
"See the workarounds below. So for example anything that uses the autoloader, including console.php wouldn't work on a server ",
@@ -422,7 +430,8 @@
"auditComment": "PKSA-5rb8-j658-qvzz: Ignore this audit advisory while Tiki supports PHP 8.1. The audit ignore only suppresses composer audit output; installation compatibility is handled separately by the altcha repository override.",
"audit": {
"ignore": {
- "PKSA-5jz8-6tcw-pbk4": "phpunit dev-only dependency, no fix available in PHP 8.1-compatible 10.x line. Fix exists in phpunit 12.5.22+ which requires PHP >= 8.3."
+ "PKSA-5jz8-6tcw-pbk4": "phpunit dev-only dependency, no fix available in PHP 8.1-compatible 10.x line. Fix exists in phpunit 12.5.22+ which requires PHP >= 8.3.",
+ "PKSA-zk1n-qbm6-d3rq": "Tiki does not use SimpleFakeCredentialGenerator or username-based fake credential lists. Its WebAuthn login uses discoverable credentials and resolves the user from the submitted credential ID, so the affected code path is unreachable. Upgrade to web-auth/webauthn-lib 5.x is deferred while Tiki supports PHP 8.1."
},
"ignore-abandoned": {
"candy-chat/xmpp-prebind-php": "Work scheduled for removal next month.",
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/05ab07cd024575c60341cd5390bb1cf44b1c91e4
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/05ab07cd024575c60341cd5390bb1cf44b1c91e4
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs