sig/lib/mihari/emitters/the_hive.rbs in mihari-4.5.3 vs sig/lib/mihari/emitters/the_hive.rbs in mihari-4.6.0
- old
+ new
@@ -3,13 +3,17 @@
class TheHive < Base
attr_reader api_endpiont: String?
attr_reader api_key: String?
+ attr_reader api_version: String?
+
# @return [true, false]
def valid?: () -> bool
def emit: (title: untyped title, description: untyped description, artifacts: untyped artifacts, ?tags: untyped tags, **untyped _options) -> (nil | untyped)
+
+ def normalized_api_version: () -> String?
private
def configuration_keys: () -> ::Array["thehive_api_endpoint" | "thehive_api_key"]