patchwork
patchwork copied to clipboard
Fixing issue https://github.com/patched-codes/patchwork/issues/58
This PR solves this issue https://github.com/patched-codes/patchwork/issues/58
File Changed: patchwork/common/client/scm.py
Details: Use f-strings with caution when logging error messages that may contain user input.
Affected Code Snippet:
logger.warn(f"Failed to get issue: {e}")
Start Line: 353
End Line: 353