plugins.py:241: when plugin.signature is set but plugin_signature_key is missing and enforcement is OFF, it logs a warning and returns True. A plugin carrying a signature but no key configured is executed without verification.
Fix: if a signature is present, require the key regardless of enforcement flag.
plugins.py:241: when plugin.signature is set but plugin_signature_key is missing and enforcement is OFF, it logs a warning and returns True. A plugin carrying a signature but no key configured is executed without verification.
Fix: if a signature is present, require the key regardless of enforcement flag.