Sonarqube scanned a wrong security hotspots

Hi,
When I used sonarqube, I encountered an error. The error message was that an unsafe hashing algorithm was used.(“Make sure that hashing data is safe here.”)
The programming language I use is javascript,the reason it appears is because the hash algorithm was scanned, but I used the SHA-256 algorithm according to the suggestion of sonarqube. Under normal circumstances, this should be safe, but sonarqube thinks this is a security hotspot, which makes me unable to understand.

Hi,

I think this ticket will fix your problem Rule S4790: its content should be replaced by S2070 · Issue #1997 · SonarSource/SonarJS · GitHub, I hope it will be implemented soon