-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Limit reading bytes instead of ReadAll (#35928) #35934
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
Limit reading bytes instead of ReadAll (#35928) #35934
Conversation
|
It does sound a little bit strange to me to backport a possibly breaking change for users. |
How does it break? And it indeed is a "security fix" to avoid DoS attack. |
|
Let's assume you had a large workflow file. |
Why a workflow file can be that large? |
|
I don't know, humans are strange. |
|
Hmm, let's wait and see. I will handle related issue reports. |
Backport #35928 by wxiaoguang