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
🐞 Describe the bug
Any ACL Topic Pattern containing only underscores and stars _ * matches all topics: eg. _*, *_, _*_*_, __*__, _*_
💻 Components impacted
Server
🔮 Additional context To reproduce:
with the default permission set to read-write
as an anonymous user
deny access to everyone for *_ ntfy access everyone *_ deny
attempt to subscribe to test
The text was updated successfully, but these errors were encountered:
🐞 Describe the bug
Any ACL Topic Pattern containing only underscores and stars _ * matches all topics: eg.
_*
,*_
,_*_*_
,__*__
,_*_
💻 Components impacted
Server
🔮 Additional context
To reproduce:
with the default permission set to read-write
as an anonymous user
deny access to everyone for *_
ntfy access everyone *_ deny
attempt to subscribe to
test
The text was updated successfully, but these errors were encountered: