wikimedia / eslint-config-wikimedia

JavaScript style guide for Wikimedia.
https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript
MIT License
29 stars 20 forks source link

Disable security/detect-possible-timing-attacks in client #503

Closed edg2s closed 1 year ago

edg2s commented 1 year ago

This is the source of lots of false positives with variables named hash. If we are doing actual password comparison in the client, then something has gone badly wrong, so I don't think we need this rule, at the very least in the client.

edg2s commented 1 year ago

cc @sbassett29