Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive TOTP field in internal SPA #2467

Open
ginkel opened this issue Feb 27, 2025 · 2 comments
Open

False positive TOTP field in internal SPA #2467

ginkel opened this issue Feb 27, 2025 · 2 comments
Labels

Comments

@ginkel
Copy link

ginkel commented Feb 27, 2025

Hi there,

we have an internal SPA written in Typescript/Vue3/Quasar where a certain input form field is consistently detected as TOTP input field by the KeePassXC-Browser in Chromium.

The (partial) DOM hierarchy of this field looks like this:

<div class="col-6 q-pa-xs" dense="true" options-dense="true">
   <label class="q-field row no-wrap items-start q-field--filled q-input q-field--labeled q-field--dense" for="f_9c16af49-9f79-460c-bcab-8eba26ee0905">
      <!---->
      <div class="q-field__inner relative-position col self-stretch">
         <div class="q-field__control relative-position row no-wrap" tabindex="-1">
            <div class="q-field__control-container col relative-position row no-wrap q-anchor--skip">
               <input class="q-field__native q-placeholder" tabindex="0" options-dense="true" id="f_9c16af49-9f79-460c-bcab-8eba26ee0905" type="text" value="">
               <div class="q-field__label no-pointer-events absolute ellipsis">
                  Foo <!--v-if-->
               </div>
               <!---->
            </div>
         </div>
         <!---->
      </div>
      <!---->
   </label>
</div>

Any idea what may trigger this behavior? Is there a way for us to tweak the application so that the false positive no longer happens?

Thanks,
Thilo

@varjolintu
Copy link
Member

This doesn't happen for me with the same HTML code. So for now, I have no idea. You haven't selected it with Custom Login Fields?

@droidmonkey
Copy link
Member

Any post load injections? What is the final rendered html?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants