PowerDNS-Admin/powerdnsadmin
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
..
lib feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
models Use secrets module for generating new API keys and passwords 2021-12-04 16:08:07 +01:00
routes Use secrets module for generating new API keys and passwords 2021-12-04 16:08:07 +01:00
services SAML improvements for Docker (#929) 2021-05-07 23:36:55 +02:00
static Datepicker replace (#1059) 2021-12-02 11:59:36 +01:00
templates Merge branch 'quotes-fix' 2021-12-03 14:17:39 +00:00
__init__.py Add punycode (IDN) support (#879) 2021-03-16 19:37:05 +01:00
assets.py Datepicker replace (#1059) 2021-12-02 11:59:36 +01:00
decorators.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
default_config.py default config: add exemplary URL encoding step for SQLA DB URL params 2021-11-30 22:29:00 +01:00
swagger-spec.yaml feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00