Table of Contents

Method Matches

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

Matches(string?, IReadOnlyList<string>?)

Determines whether this entry matches a finding's fingerprint and tags.

public bool Matches(string? fingerprintId, IReadOnlyList<string>? tags)

Parameters

fingerprintId string

The fingerprint identifier, if the finding has one.

tags IReadOnlyList<string>

The tags recognized on the fingerprint's group.

Returns

bool

true when this entry applies.