jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
112 stars 30 forks source link

BasicAuth: do not crash on missing Authorization header #74

Closed xi closed 1 year ago

xi commented 1 year ago

.split() triggers an exception if $clientHeadersAuth is null. This can be exploited for denial of service attacks.

jpsider commented 1 year ago

7.0.52 was released tonight. - Let me know if you have any issues.