matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

PublicitySyncer: Replace Object with Map #1614

Closed jaller94 closed 1 year ago

jaller94 commented 1 year ago

Replace Object with Map to avoid risk of prototype pollution by malicious Matrix Room IDs.

Risk: low – Requires attacker to be able to add unvalidated Matrix Room IDs into the IRCchannel<->MatrixRoom mappings.