Docs exports: JSON llms.txt llms-full.txt Agent Files

struct Shards::Compliance::VulnerabilityCounts

Defined in:

compliance/report_builder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(critical : Int32 = 0, high : Int32 = 0, medium : Int32 = 0, low : Int32 = 0) #

[View source]

Instance Method Detail

def critical : Int32 #

[View source]
def critical=(critical : Int32) #

[View source]
def high : Int32 #

[View source]
def high=(high : Int32) #

[View source]
def low : Int32 #

[View source]
def low=(low : Int32) #

[View source]
def medium : Int32 #

[View source]
def medium=(medium : Int32) #

[View source]