FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.32k stars 661 forks source link

reject not supported identity tokens #1458

Closed schroeder- closed 2 years ago

schroeder- commented 2 years ago

prevents unsupported identity tokens to create a session. For example reject anonymous connection if not set via set_security_IDs, currently this was possible and was a security issue. Fixes #1457

ryangu18 commented 2 years ago

Hi, I am the reporter of this bug. Great to see it's been updated. I did a quick test and it seems to be working

Sincere respect for your hard work!