You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-02-05T13:27:57-05:00 info-2 trufflehog Expected binary line to be in 'Binary files a/fileA and b/fileB differ' format. {"got": "QmluYXJ5IGZpbGVzIC9kZXYvbnVsbCBhbmQgImIvYXNzZXRzL3JldGFpbGVycy9PTi1pa29ueS1QbGF0Zm9ybWEtZWNvbSBcMzQyXDIwMFwyMjQga29waWEucG5nIiBkaWZmZXIK"}
2024-02-05T13:27:57-05:00 info-2 trufflehog Expected binary line to be in 'Binary files a/fileA and b/fileB differ' format. {"got": "QmluYXJ5IGZpbGVzIC9kZXYvbnVsbCBhbmQgImIvYXNzZXRzL3JldGFpbGVycy9PTi1pa29ueS1Qcm9zdGEtc2thbGEgXDM0MlwyMDBcMjI0IGtvcGlhLnBuZyIgZGlmZmVyCg=="}
Expected Behavior
The diff is parsed.
Actual Behavior
The diff is not parsed correctly, because file B is wrapped in quotes:
Binary files /dev/null and "b/assets/retailers/ON-ikony-Platforma-ecom \342\200\224 kopia.png" differ
Please review the Community Note before submitting
TruffleHog Version
3.67.1
Trace Output
Expected Behavior
The diff is parsed.
Actual Behavior
The diff is not parsed correctly, because file B is wrapped in quotes:
Steps to Reproduce
N/A
Environment
N/A
Additional Context
That weird encoding,
\342\200\224
, is apparently an em dash.https://apple.stackexchange.com/questions/413832/hyphen-is-being-replaced-by-342-200-224-in-bash
References
N/A
The text was updated successfully, but these errors were encountered: