BfArM-MVH/grz-tools

Database configuration masks password with `***`

Aperta

#622 aperta il 22 giu 2026

 (1 commento) (0 reazioni) (0 assegnatari)Python (12 fork)auto 404
good first issuepriority: lowtype: bug

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Merge medio 16g 9h) (12 PR mergiate in 30 g)

Descrizione

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.

Guida contributor