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

Commits on Aug 5, 2021

  1. Use the safer safe_load function instead of unsafe_load when poss…

    …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
    mihaimaruseac committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c408662 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE.md

    mihaimaruseac committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    8ee4077 View commit details
    Browse the repository at this point in the history