Results 8 comments of k0ral

I've stumbled into the same issue, and in my case, this happens when a changeset includes a binary file diff: [`go-gitdiff`](https://github.com/gitleaks/go-gitdiff/) fails to parse the specific format used by `git...

FYI there's another issue in [`go-gitdiff`](https://github.com/gitleaks/go-gitdiff/), related to empty name/email in patch headers, that can cause findings with empty fields as well: https://github.com/gitleaks/go-gitdiff/pull/2 .

Would you consider adopting [Dhall](https://dhall-lang.org/) as a configuration file language ? It has an active [Golang binding](https://github.com/philandstuff/dhall-golang) and, I believe, would essentially answer all refactoring/modularity needs for `gitleaks` configuration.

I've better isolated the problem. My webserver is behind a [sslh](http://www.rutschle.net/tech/sslh.shtml) proxy : the latter listens on the usual web ports (80 & 443) and forwards the relevant requests to...

[First trick](https://github.com/sebsauvage/Shaarli/blob/master/index.php#L451) didn't work. [Second one](https://github.com/tontof/kriss_feed/issues/241#issuecomment-23611458) works fine, thank you :) .

This issue happens systematically when displaying the `Date` header in addition to the default ones: ```ini displayed_headers = "From, To, Cc, Bcc, Subject, Date" ``` Versions: - `alot`: 0.8.1 -...

Here is a stacktrace with python3: ``` Traceback (most recent call last): File "/nix/store/mxnq8qh6y4mgn95f0xslki5alrd92nwh-python3.7-alot-0.8.1/bin/.alot-wrapped", line 11, in sys.exit(main()) File "/nix/store/mxnq8qh6y4mgn95f0xslki5alrd92nwh-python3.7-alot-0.8.1/lib/python3.7/site-packages/alot/__main__.py", line 137, in main UI(dbman, cmdstring) File "/nix/store/mxnq8qh6y4mgn95f0xslki5alrd92nwh-python3.7-alot-0.8.1/lib/python3.7/site-packages/alot/ui.py", line 141,...

I haven't checked what other libraries in other languages do -- I'll update this thread if I find the time to investigate further. On second thought, I am starting to...