powerdns-admin/powerdnsadmin/routes
Dominic Zöller 51a7f636b0 Use secrets module for generating new API keys and passwords
The implementation of `random.choice()` uses the Mersenne Twister, the
output of which is predictable by observing previous output, and is as
such unsuitable for security-sensitive applications. A cryptographically
secure pseudorandom number generator - which the `secrets` module relies
on - should be used instead in those instances.
2021-12-04 16:08:07 +01:00
..
__init__.py Refactoring the code 2019-12-02 10:32:03 +07:00
admin.py Quotes fix (#1066) 2021-12-03 20:14:14 +02:00
api.py Use secrets module for generating new API keys and passwords 2021-12-04 16:08:07 +01:00
base.py Support login in through REMOTE_USER environment variable 2020-05-22 15:31:24 +01:00
dashboard.py History Tab Overhaul & Domain Record Modifications Changelog (#1042) 2021-11-30 11:02:37 +02:00
domain.py Merge branch 'quotes-fix' 2021-12-03 14:17:39 +00:00
index.py OIDC list accounts (#994) 2021-11-19 17:53:17 +02:00
user.py strip() whitespace from new local user master data (#1019) 2021-11-05 17:04:35 +02:00