tazle

Results 13 comments of tazle

The matching CPE for postgresql-embedded-2.6.jar is `cpe:/a:postgresql:postgresql:2.6` which means that DependencyCheck thinks postgresql-embedded-2.6.jar is PostgreSQL version 2.6 when it comes to matching against CVEs. You can imagine that there are...

I think the trouble was I first ran `make dist` before I had `poetry` installed, so `build/requirements.txt` got created as empty, and didn't get recreated because `poetry.lock` didn't change.

A random thought: HTTP headers are \r\n-terminated. Could it be that whatever is relaying the stdout stream over HTTP thinks it's writing HTTP headers and converting the newlines?