You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add allow_imports option to DEFINE_fiddle_config etc., default True
A later change will flip the default value of this flag to False.
Setting this flag to False fixes an RCE security vulnerability that occurs if the Fiddle flags come from an untrusted or less-trusted source. It prevents Fiddle from implicitly loading modules and executing code when dotted names are passed, such as --config=config:foo.bar().
PiperOrigin-RevId: 880949323
0 commit comments