The automatic review by AMO on version 0.2.1 reports the following warning:
Unsafe assignment to innerHTML
Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
i18n.js line 8 column 7
This is a false positive given there is a check in the line just above, but it should be better written to avoid the warning.
The automatic review by AMO on [version 0.2.1](https://codeberg.org/Seb35/DNSSEC-DANE_Padlock/src/tag/0.2.1) reports the following warning:
> Unsafe assignment to innerHTML
> Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
> [i18n.js line 8 column 7](https://codeberg.org/Seb35/DNSSEC-DANE_Padlock/src/commit/e2b0c3e99ac8ff117e5b48e900ced6ded6393bd1/src/i18n.js#L8)
This is a false positive given there is a check in the line just above, but it should be better written to avoid the warning.