-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
chore: Use safe example domains defined in RFC 2606 #16389
chore: Use safe example domains defined in RFC 2606 #16389
Conversation
Signed-off-by: Marco Maurer <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16389 +/- ##
=======================================
Coverage 49.55% 49.55%
=======================================
Files 269 269
Lines 47039 47039
=======================================
+ Hits 23309 23310 +1
+ Misses 21444 21443 -1
Partials 2286 2286 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Kevin Lyda <[email protected]>
I observed that we use different example placeholders for URLs. IANA (Internet Assigned Numbers Authority) defines a reserved domain for example/documentation use. (see RFC 2606 and https://example.com/)
We should protect our users and/or contributors from using other domains and thus contacting arbitrary endpoints in the internet we do not control.
Checklist: