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

Dockerfile: Don't change owner of the app files #75087

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

xuhdev
Copy link

@xuhdev xuhdev commented Jan 20, 2025

These files only need to be read. Change them to be owned by a less privileged user increases security risks -- there's a better chance for a malicious actor to exploit some security bugs (if any) to modify runtime source file.

These files only need to be read. Chang them to be owned by a less privileged user increases security risks -- there's a better chance for a malicious actor to exploit some security bugs (if any) to modify runtime source file.
@ijjk ijjk added the examples Issue was opened via the examples template. label Jan 20, 2025
@ijjk
Copy link
Member

ijjk commented Jan 20, 2025

Allow CI Workflow Run

  • approve CI run for commit: 844c734

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

1 similar comment
@ijjk
Copy link
Member

ijjk commented Jan 20, 2025

Allow CI Workflow Run

  • approve CI run for commit: 844c734

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Issue was opened via the examples template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants