Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Signature parsing with regular expression failure #69

Description

@poojagurubasappa

The regular expression used for splitting the signature accesses index 3.
stdout.split(/(\r\n|\n\n)/)[3];

This is breaking since the regular expression doesnt work as expected. The signature is actually present at index 6.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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