Skip to content

use word boundaries to reduce FPs when detecting strings using regular expressions #1109

@mike-hunhoff

Description

@mike-hunhoff

e.g. /frida(\.exe)?/i can be updated to /\bfrida(\.exe)?\b/i to avoid matching common strings like friday.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions