project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.34k stars 1.97k forks source link

Managed ACL needs to protect global attributes #35232

Open tcarmelveilleux opened 2 weeks ago

tcarmelveilleux commented 2 weeks ago

Per spec issue https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/10341, there can be commissioning issues if the global attributes are hidden for clusters where some elements are restricted.

The SDK must have explicit code to protect the global attributes.

chrisdecenzo commented 1 week ago

For some reason, I'm not able to assign this to tleacmcsa