Closed jacobm-splunk closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.96%. Comparing base (
3397867
) to head (e4974f6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Path parameter validation did not properly strip the base path from the request path when doing parameter validation.
If the server had a non-null postfix path, then the incorrect parameter would be validated.
I added a test to exercise this scenario to ensure this shouldn't happen again.