Skip to content

Make sure the relation tuple regex parser is safe #3

@getlarge

Description

@getlarge

As spotted by Sonarcloud, the regular expression used here might not be safe.

  • One could improve the regex or split the processing in multiple steps using JS string methods.
  • Or wrap the Regex operation in VM as suggested in SO, which would not work in browser though.

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