Security Related Updates: - A security patch has been implemented to prevent raw logging of values that could include arbitrary secrets. - The fix is related to vulnerability identified in the advisory GHSA-jm5j-jfrm-hm23. Code Changes: - Added a function in that masks potentially sensitive values in the 'options' argument in the passed . This is a step to prevent sensitive data/secrets from being included in raw arguments logging. - In , the log line has been updated to use the masked arguments instead of the raw ones. - A test case was introduced in to validate the new masking functionality. ``` This commit focuses on enhancing the security of the project by implementing a mechanism to prevent logging of potentially sensitive data. The related security advisory link can provide more details on the nature of the vulnerability that prompted this fix.