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 suggest to block writing to FOREIGN states with attribute write:false.
Adapter code should only be allowed to write to OWN RO states nd to some general purpose areas like 0_userdate_0. This would enhance code quality and block bad written adapters to write to states where the can confuse the complete system (i.e. admin.x.info.updatesJson).
Why?
see description
Suggestion would ensure that random / illegal writes are blocked and errors resulting from such actions are minimized thus improving stability. As (as far as I have been told) a warning ist already output, changing this to blocking should not cause any noticeable overhead.
How?
No response
The text was updated successfully, but these errors were encountered:
No existing issues.
Description
I suggest to block writing to FOREIGN states with attribute write:false.
Adapter code should only be allowed to write to OWN RO states nd to some general purpose areas like 0_userdate_0. This would enhance code quality and block bad written adapters to write to states where the can confuse the complete system (i.e. admin.x.info.updatesJson).
Why?
see description
Suggestion would ensure that random / illegal writes are blocked and errors resulting from such actions are minimized thus improving stability. As (as far as I have been told) a warning ist already output, changing this to blocking should not cause any noticeable overhead.
How?
No response
The text was updated successfully, but these errors were encountered: