$OpenBSD: patch-routersploit_core_exploit_exploit_py,v 1.1 2021/05/26 18:31:41 sebastia Exp $

https://github.com/felixonmars/routersploit/commit/7b6716df6bf5635b956395421735df3806af9411

Index: routersploit/core/exploit/exploit.py
--- routersploit/core/exploit/exploit.py.orig
+++ routersploit/core/exploit/exploit.py
@@ -42,7 +42,7 @@ class ExploitOptionsAggregator(type):
         else:
             attrs["exploit_attributes"] = {k: v for d in base_exploit_attributes for k, v in iteritems(d)}
 
-        for key, value in iteritems(attrs):
+        for key, value in iteritems(attrs.copy()):
             if isinstance(value, Option):
                 value.label = key
                 attrs["exploit_attributes"].update({key: [value.display_value, value.description]})
