sphinx-contrib / confluencebuilder

Confluence Markup Builder Plugin for Sphinx
BSD 2-Clause "Simplified" License
317 stars 99 forks source link

config: add auth value quote checks #924

Closed jdknight closed 8 months ago

jdknight commented 8 months ago

Adding configuration checks that will throw a warning if a password or token value is detected to be wrapped in quotes. This is to help inform users who may be passing in password/token values through shell scripts, environment variables or more; which may have a risk of being nested in quotes by accident.