stable

Clone or download

Read-only

feat: CVE-2024-30246 correction tool now allows to set all DB options

It is now possible to set a custom port to reach the DB or to use TLS. Related to request #37545: Deleting or moving an artifact can delete values from unrelated artifacts Change-Id: Ice8a4f698058a32e0e5e61334d445aa8b3668660

Modified Files

Name
D tools/utils/CVE-2024-30246/src/DatabaseCredentials.php +0 −80 Go to diff View file
A tools/utils/CVE-2024-30246/src/DatabaseOptions.php +124 −0 Go to diff View file
M tools/utils/CVE-2024-30246/src/DatabaseQuerier.php +17 −6 Go to diff View file
M tools/utils/CVE-2024-30246/src/IdentifyAffectedValuesCommand.php +6 −9 Go to diff View file
M tools/utils/CVE-2024-30246/src/RetrieveMissingValuesCommand.php +6 −9 Go to diff View file