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

struct Shards::IgnoreRule

Overview

Ignore rule loaded from .shards-audit-ignore or --ignore flag.

Defined in:

vulnerability_scanner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, reason : Nil | String = nil, expires : Time | Nil = nil) #

[View source]

Instance Method Detail

def active? : Bool #

[View source]
def expired? : Bool #

[View source]
def expires : Time | Nil #

[View source]
def id : String #

[View source]
def reason : String | Nil #

[View source]