Skip to content

Overly permissive regular expression range in simple-git #892

Closed
@stevenwdv

Description

CodeQL finds an "overly permissive regular expression range" in your code, in parse-push.ts:37, more specifically, the subexpression [*-=], which matches the following characters: *+,-./0123456789:;<= (which happens to also include -). I think the expression should have been [=*-], right?

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