Aug 26 - Update password detect against off field
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Pytest (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled

This commit is contained in:
2026-08-26 14:47:16 -04:00
parent b84a6d9245
commit 2f1afb143c
4 changed files with 287 additions and 40 deletions
+5
View File
@@ -146,6 +146,11 @@ jobs:
# credentials offered on an attacker's neighbouring subdomain.
run: node tests/js/test_psl.js
- name: Field heuristic tests
# Guards login-field detection. A wrong answer here means autofill
# silently does nothing on real login pages.
run: node tests/js/test_field_heuristics.js
# ── Test suite ───────────────────────────────────────────────────────────────
# Runs against in-memory SQLite (see app/config.py TestingConfig) so no MySQL
# service is needed on the host-mode runner. That means these tests cover