Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1118: Fix the regular expression in Protocol.js for handling ide… #1345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skyfireitdiy
Copy link

…nt information.

There is a scenario where some SSH servers return an ident of 'SSH-2.0-' which leads to the throwing of an 'Invalid identification string' exception. This commit addresses compatibility for this scenario.

…ng ident information.

There is a scenario where some SSH servers return an ident of 'SSH-2.0-' which leads to the throwing of an 'Invalid identification string' exception. This commit addresses compatibility for this scenario.
@GitMensch
Copy link

this change will lead to the sub-expression being set in "software" as either an empty string or as null - I'm not sure if this will work "as expected" or should explicit set to "unknown" or similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants