gitbutler
gitbutler copied to clipboard
Detect and warn if a diff hunk contains high entropy strings
If added lines contain strings of high entropy, this could be an indicator of an API key in the code. We could detect that and highlight this in the UI. There should also be a dismiss option since things like UUIDs (in tests) can be generate false positives.
This is important to me :).