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

Replace uses of test.com with example.com #12993

Merged
merged 2 commits into from Feb 8, 2024
Merged

Replace uses of test.com with example.com #12993

merged 2 commits into from Feb 8, 2024

Conversation

samwho
Copy link
Collaborator

@samwho samwho commented Feb 8, 2024

Description

The domain test.com is privately owned and could, in theory, point anywhere. If we accidentally were to issue requests to it from our tests it's unclear what might happen. It's much safer to use example.com, which is owned by IANA and is part of the RFC2606 reserved domains.

This PR replaces all uses of test.com with example.com and introduces a lint rule to prevent future uses of test.com.

Related PR: https://github.com/Budibase/budibase-pro/pull/262

…m and create a lint rule to prevent this in future.
@samwho samwho marked this pull request as ready for review February 8, 2024 16:41
@samwho samwho requested a review from a team as a code owner February 8, 2024 16:41
Copy link
Collaborator

@mike12345567 mike12345567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@samwho samwho enabled auto-merge February 8, 2024 16:54
@samwho samwho merged commit c900f64 into master Feb 8, 2024
12 checks passed
@samwho samwho deleted the no-test-com branch February 8, 2024 16:54
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants