We have renamed the attribute blacklist to denylist. If there are existing plugins, that use the blacklist to prevent secrets from storing them into configs, they need to be renamed to denylist.
Example in a plugin:
- self.attr_blacklist = ['foo']
+ self.attr_denylist = ['foo']
If this is not done, secrets or unwanted configurations might be saved in the config.