https://github.com/nodesecurity/eslint-plugin-security/blob/master/docs/the-dangers-of-square-bracket-notation.md High risk: - [ ] Remove square bracket usage that takes user input. Low risk (removes lint): - [ ] Identify alternatives for iterating over arrays. - [ ] Replace iteration over arrays with an alternative method.