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
Prevent trusting modules with matching prefix (ipython#15022)
### Fixesipython#15021
Modified module trust validation to require exact name match or proper
submodule notation (with dot separator), preventing modules like
`my_fake` from being trusted when only `my` is in the allowlist.
0 commit comments