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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user