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

Update handling of empty server uri params #1289

Merged
merged 2 commits into from
May 1, 2023

Conversation

Kallelele
Copy link
Contributor

When sending FindServerRequest with empty serverUris parameter ServerUris can't be looped over.

When length of the list for serverUris is -1, _create_uatype_array_deserializer will return None.
This can't be looped over.

I suggest to set params_server_uris to empty list if this happens.

@Kallelele
Copy link
Contributor Author

Added missing exception in uacrypto used in security_policies.py

raise uacrypto.InvalidSignature

@oroulet oroulet merged commit 0a64644 into FreeOpcUa:master May 1, 2023
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