praetorian-inc / noseyparker

Nosey Parker is a command-line program that finds secrets and sensitive information in textual data and Git history.
Apache License 2.0
1.66k stars 79 forks source link

Fix malformed Git timestamp crash bug #185

Closed bradlarsen closed 4 months ago

bradlarsen commented 4 months ago

This fixes a rare bug that could cause Nosey Parker to crash when scanning when encountering a malformed timestamp in a Git commit object. The fix comes from updating the gix-date dependency. See https://github.com/Byron/gitoxide/issues/1367.