Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enforce endpoint uri validation #46

Merged
merged 2 commits into from
Feb 14, 2024
Merged

enforce endpoint uri validation #46

merged 2 commits into from
Feb 14, 2024

Conversation

guillp
Copy link
Owner

@guillp guillp commented Feb 14, 2024

Makes sure that endpoint URIs provided to OAuth2Client are suitable (use https, no fragment, etc.)
Introduce TestingOAuth2Client which disables those checks.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b7e7aba) 99.72% compared to head (9220baa) 99.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   99.72%   99.73%           
=======================================
  Files          18       18           
  Lines        1461     1484   +23     
=======================================
+ Hits         1457     1480   +23     
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@guillp guillp merged commit cf3eae8 into main Feb 14, 2024
8 checks passed
@guillp guillp deleted the endpoint-validation branch February 14, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant