Fix improper Registry Value for 'targetChannel' #15

Open
opened 2021-09-01 21:14:20 +02:00 by pratyush · 0 comments
Owner

Traceback:

ERROR 2021-09-01T20:52:29 supybot Exception printing default value of supybot.plugins.SnoParser.targetChannel: Traceback (most recent call last): File "/opt/limnoria/shodan/venv/lib64/python3.6/site-packages/supybot/registry.py", line 155, in close lines.append('# Default value: %s\n' % x) 

It’s ill-advised to blindly set a channel due to potential data leaks!

Hypothetical Soln: A default boolean that disables _sendSnotice(). Yet when enabled requires a valid channel to be provided.

Look into: Advanced Plugin Config

Traceback: ``` ERROR 2021-09-01T20:52:29 supybot Exception printing default value of supybot.plugins.SnoParser.targetChannel: Traceback (most recent call last): File "/opt/limnoria/shodan/venv/lib64/python3.6/site-packages/supybot/registry.py", line 155, in close lines.append('# Default value: %s\n' % x) ``` It's ill-advised to blindly set a channel due to potential data leaks! Hypothetical Soln: A default boolean that disables `_sendSnotice()`. Yet when enabled requires a valid channel to be provided. Look into: [Advanced Plugin Config](https://docs.limnoria.net/develop/advanced_plugin_config.html)
pratyush added the
Type: Bug
Priority: Critical
labels 2021-09-01 21:14:20 +02:00
pratyush self-assigned this 2021-09-01 21:14:20 +02:00
pratyush added a new dependency 2021-09-01 21:16:26 +02:00
pratyush removed the
Priority: Critical
label 2024-06-20 07:52:54 +02:00
Sign in to join this conversation.
No description provided.