bgardiner

Results 2 issues of bgardiner

Currently, if there is a read timeout while streaming a response, a `requests.exceptions.ConnectionError` is raised in lieu of a `requests.exceptions.ReadTimeout`. This is unexpected and [contrary to the documentation](http://docs.python-requests.org/en/latest/user/quickstart/#timeouts). As a...

Breaking API Change

## Summary The `projectName` field in the JSON output of `snyk container monitor --json` contains the monitor's public ID (UUID) instead of the actual project name. ## Changes **File:** `src/lib/ecosystems/monitor.ts`...