struct Protocol::Audits::CorsIssueDetails

Overview

Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement.

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def client_security_state : Network::ClientSecurityState | Nil #

[View source]
def cors_error_status : Network::CorsErrorStatus #

[View source]
def initiator_origin : String | Nil #

[View source]
def is_warning : Bool #

[View source]
def location : SourceCodeLocation | Nil #

[View source]
def request : AffectedRequest #

[View source]
def resource_ip_address_space : Network::IPAddressSpace | Nil #

[View source]