ports/databases/adminer/files/adminer-plugins-example.php
Paavo-Einari Kaipila 1cb6e93322 databases/adminer: Fix CVE-2023-45197, CVE-2023-45196, CVE-2023-45195
Remove affected plugin.

PR:		289262
Security:	CVE-2023-45197
Security:	CVE-2023-45196
Security:	CVE-2023-45195
MFH:		2025Q3
2025-09-20 03:12:59 +03:00

21 lines
382 B
PHP

<?php
/**
* List of all included plugins can be found at the
* beginning of index.php
*/
return [
new AdminerDarkSwitcher,
new AdminerPrettyJsonColumn,
new AdminerDumpJson,
new AdminerDumpXml,
// install zip extension to use this
new AdminerDumpZip,
// install bz2 extension to use this
new AdminerDumpBz2,
];