Sha256: d2c47230f0372455bee9aaef71ad5495c3aaed53a3050c7acf3d983098702654

Contents?: true

Size: 729 Bytes

Versions: 3

Compression:

Stored size: 729 Bytes

Contents

module Mihari
  module Emitters
    class TheHive < Base
      attr_reader url: 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_url" | "thehive_api_key"]

      def api: () -> untyped

      # @return [true, false]
      def url?: () -> bool

      # @return [true, false]
      def api_key?: () -> bool

      def ping?: () -> bool
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mihari-4.12.0 sig/lib/mihari/emitters/the_hive.rbs
mihari-4.11.0 sig/lib/mihari/emitters/the_hive.rbs
mihari-4.10.0 sig/lib/mihari/emitters/the_hive.rbs