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

Use the safer safe_load function instead of unsafe_load when poss… #51293

Conversation

mihaimaruseac
Copy link
Collaborator

…ible

There is no need to open ourselves up to arbitrary code execution, especially since this is not in a performance critical loop, so we can take the slowdown due to safety.

PiperOrigin-RevId: 388501098
Change-Id: I3434318a5e07a798490533b554f46752397837e5

…ible

There is no need to open ourselves up to arbitrary code execution, especially since this is not in a performance critical loop, so we can take the slowdown due to safety.

PiperOrigin-RevId: 388501098
Change-Id: I3434318a5e07a798490533b554f46752397837e5
@google-cla google-cla bot added the cla: yes label Aug 5, 2021
RELEASE.md Outdated Show resolved Hide resolved
@mihaimaruseac mihaimaruseac merged commit a10858d into r2.6 Aug 5, 2021
@mihaimaruseac mihaimaruseac deleted the mm-cherrypick-23d6383eb6c14084a8fc3bdf164043b974818012-on-r2.6 branch August 5, 2021 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant