Sonarqube always show autocomplete warning Web:S6840 in Vuetify

Must-share information

  • which versions are you using: 10.5.1.90531
  • Vue version: 2.6.12
  • Vuetify version: 2.3.12
  • how is SonarQube deployed: zip

I have recently updated SonarWube from version 10.3 to 10.5 and it started to show a warning in my web application written in vue and typescrypt. This web application uses Vuetify as a component framework and we use the v-text-field component to show the login and password text fields in the login form. This text fields component translate to input dom element with text type, in the former case, and password type in the latter. We have added to this component the autocomplete attribute and Sonarqube shows the warning Web:S6840 everywhere. Is this the expected behaviour?
image

Hello @Sebastiano_Manfredin,

thanks for reporting this. Indeed this looks like a false positive and we should add an exception for v-text-field. I created a ticket to fix this.

Cheers

1 Like

Hi Victor,
thank you very much for the quick response!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.