Skip to content

Why entries with referencing fields are ignored? #70

@cristianst85

Description

@cristianst85

Hi,

Is there a specific reason why entries with referencing fields are ignored?

if(entry.Strings.Get(PwDefs.PasswordField) == null || string.IsNullOrWhiteSpace(entry.Strings.ReadSafe(PwDefs.PasswordField)) || entry.Strings.ReadSafe(PwDefs.PasswordField).StartsWith("{REF:")) continue;

var filteredUsernames = usernames.Where(u => !string.IsNullOrWhiteSpace(u) && !u.StartsWith("{REF:"));

Imho I think at least there should be another checkbox in the dialog window where you could choose whether to resolve them or not.

Also, to improve usability, entries with referencing fields may not be counted/shown in Breached Entries window (or show them, but add extra column, e.g. Has Referencing Field).

Let me know what you think about this and I'll happily submit a PR.

Regards,
Cristian

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions