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
frozen_dataclass(docs/test): Enhance documentation and test precision
why: Improve clarity, security awareness, and test robustness
what: - Simplify doctests with conventional exception handling patterns - Add explicit example of using immutable collections for deep immutability - Enhance security warnings about _frozen flag bypass vulnerability - Use precise regex patterns in test assertions for better error detection - Improve documentation of design choices and implementation limitations
security: Explicitly document the _frozen attribute vulnerability with clear examples and suggested mitigations
0 commit comments