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

Do not expose generated dev docker site to the internet #618

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

gzm0
Copy link
Contributor

@gzm0 gzm0 commented Sep 23, 2023

By default, published docker ports "bind" to all inbound addresses. We restrict to localhost to avoid exposing the site to the internet.

Note that malicious same L2 participants can still reach the container due to:
moby/moby#45610

By default, published docker ports "bind" to all inbound addresses. We
restrict to localhost to avoid exposing the site to the internet.

Note that malicious same L2 participants can still reach the container
due to:
moby/moby#45610
@gzm0 gzm0 requested a review from sjrd September 23, 2023 11:10
@sjrd sjrd merged commit ecd7c34 into scala-js:main Sep 23, 2023
1 check passed
@gzm0 gzm0 deleted the no-expose-dev-port branch September 23, 2023 11:44
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.

None yet

2 participants