Drew Noel

Results 3 issues of Drew Noel

**Is your feature request related to a problem? Please describe.** It appears that Brakeman may not pick up on Cross-Site Scripting (XSS) issues when they occurs as a result of...

Closes #288 by performing the `errno` lookups dynamically based on the host platform.

The DHEat checks use hardcoded values for `errno` that are platform-dependent. This causes the check to hang if `connect_ex` is a number other than 0 or 115: https://github.com/jtesta/ssh-audit/blob/9049c8476ad75494f03941c1d2ff77206a2846c6/src/ssh_audit/dheat.py#L443-L448 A truncated...