BfArM-MVH/grz-tools

Database configuration masks password with `***`

Aberta

#622 aberto em 22 de jun. de 2026

 (1 comentário) (0 reação) (0 responsável)Python (12 forks)auto 404
good first issuepriority: lowtype: bug

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (12 fundiu PRs em 30d)

Description

in https://github.com/BfArM-MVH/grz-tools/blob/867fc1d439f682cf574a65b64d700e98c6d802bc/packages/grz-db/src/grz_db/models/submission/__init__.py#L574:

str(self.engine.url) masks the password with stars ***. Therefore, the wrong password is being passed to sqlalchemy -> authentication fails.

Guia do colaborador