You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/markdown_doc/default_template.erb
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@
67
67
<%description="Module may cause a noise (Examples: audio output from the speakers or hardware beeps)."%>
68
68
<%elsifside_effect == "physical-effects"%>
69
69
<%description="Module may produce physical effects (Examples: the device makes movement or flashes LEDs)."%>
70
+
<%elsifside_effect == "unknown-side-effects"%>
71
+
<%description="Module side effects are unknown."%>
70
72
<%end%>
71
73
72
74
* **<%=side_effect%>:** <%=description%>
@@ -85,6 +87,8 @@
85
87
<%description="The module isn't expected to get a shell reliably (such as only once)."%>
86
88
<%elsifreliability == "event-dependent"%>
87
89
<%description="The module may not execute the payload until an external event occurs. For instance, a cron job, machine restart, user interaction within a GUI element, etc."%>
90
+
<%elsifreliability == "unknown-reliability"%>
91
+
<%description="Module reliability is unknown."%>
88
92
<%end%>
89
93
90
94
* **<%=reliability%>:** <%=description%>
@@ -109,6 +113,8 @@
109
113
<%description="Module may cause a resource (such as a file or data in a database) to be unavailable for the service."%>
110
114
<%elsifstability == "os-resource-loss"%>
111
115
<%description="Modules may cause a resource (such as a file) to be unavailable for the OS."%>
0 commit comments