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
Use of these methods can allow for complete bypass of analyzers. For example, it's possible to make an object that to any outside observer is [Immutable] but has interior mutability with no auditing necessary.
Use of these methods can allow for complete bypass of analyzers. For example, it's possible to make an object that to any outside observer is
[Immutable]
but has interior mutability with no auditing necessary.Repro:
(note: checking that constraints are immutable could also help, but also potentially possible to bypass by just doing an
is
/as
cast at runtime)The text was updated successfully, but these errors were encountered: