security: warn if api_key
given in config and config is world-readable
#927
Labels
Milestone
api_key
given in config and config is world-readable
#927
Summary
If a parsed config file contains an
api_key
value, test if that config file is world-readable. If it is, print a warning.Basic example
config.yaml, chmod 777
output:
Motivation
Help our users be less insecure
The text was updated successfully, but these errors were encountered: