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
I happened to notice in using ImmutableSandboxedEnvironment that the default modifies_known_mutable check seems to be missing coverage for a couple of methods. In particular the clear and pop methods are checked for both MutableMapping and MutableSet but not MutableSequence.
I happened to notice in using
ImmutableSandboxedEnvironment
that the defaultmodifies_known_mutable
check seems to be missing coverage for a couple of methods. In particular theclear
andpop
methods are checked for bothMutableMapping
andMutableSet
but notMutableSequence
.Example:
Expected:
SecurityError
should be raisedActual:
1
is printedEnvironment:
The text was updated successfully, but these errors were encountered: