stable

Clone or download

Read-only

Make sure we do not leak anything sensitive in stacktraces when an issue occurs in MW management commande

No functional changes, this only make sure nothing get possibly leaked in the logs when an error occurs while executing a MW management command. Part of story #26041: migrate mediwiki from 1.23 to 1.35.X Change-Id: Ie098baae900c22aff8ffcc18a7a3ce28febdc501

Modified Files

Name
M plugins/mediawiki_standalone/include/Configuration/MediaWikiManagementCommandProcess.php +5 −3 Go to diff View file
M plugins/mediawiki_standalone/include/Configuration/MediaWikiManagementCommandProcessFactory.php +25 −20 Go to diff View file
M plugins/mediawiki_standalone/tests/unit/Configuration/MediaWikiManagementCommandProcessTest.php +2 −2 Go to diff View file
M src/common/Cryptography/ConcealedString.php +1 −1 Go to diff View file