elimity-com / scim

Golang Implementation of the SCIM v2 Specification
MIT License
177 stars 55 forks source link

Fix error count check when parsing query parameters. #145

Closed mibanescu closed 8 months ago

mibanescu commented 2 years ago

The code should not silently proceed when a single error is found. Tests added for non-integer count and startIndex query parameters.