Skip to content

False negative: /^.*.*.*a.*$/  #7

Description

@ChALkeR
Enter a regular expression to analyze:
/^.*.*.*a.*$/
3. pattern = "^.*.*.*a.*$"
NFA constructed in: 1ms
EDA analysis performed in: 12ms
Does not contain EDA
IDA analysis performed in: 792ms
Does not contain IDA
Total analysis time: 805

False negatives: /^.*.*.*a.*$/, /^.*.*a.*$/. Obviously block on a long string of non-a characters.
Ok: /^.*.*.*a$/, /^.*.*a$/, /^.*.*.*a/, etc.

Looks like .* at the end confuses the tool in some cases.
/cc @davisjam

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions