- Added
pgpassword
andpwd
to the list of keywords that Craft will look for when determining whether a value is sensitive and should be redacted from logs, etc. - Fixed a bug where the
defaultDirMode
config setting wasn’t being respected when thestorage/runtime/
andstorage/logs/
folders were created. (#13756) - Fixed a bug where the
CRAFT_VENDOR_PATH
,CRAFT_BASE_PATH
,CRAFT_CONFIG_PATH
,CRAFT_CONTENT_MIGRATIONS_PATH
,CRAFT_STORAGE_PATH
,CRAFT_TEMPLATES_PATH
,CRAFT_TRANSLATIONS_PATH
, andCRAFT_TESTS_PATH
PHP constants weren’t being respected if the directories didn’t exist. - Fixed RCE vulnerabilities.