matrix-org / matrix-appservice-irc

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

Logging: Replace Object with Map #1608

Closed jaller94 closed 1 year ago

jaller94 commented 1 year ago

Replace Object with Map to avoid risk of prototype pollution by malicious logger names.

Risk: very low – requires malicious or ill-advised code changes