Jazea / Onvif.Core

A lightweight ONVIF Discovery and Client library.
MIT License
71 stars 26 forks source link

Needs update for system.servicemodel dependencies #8

Closed Videstra closed 4 months ago

Videstra commented 1 year ago

I have downloaded the zip and updated the project on my machine to use the latest versions of the System.ServiceModel dependencies - which include System.ServiceModel.Duplex, System.ServiceModel.Http,System, ServiceModel.NetTcp, System.ServiceModel.Primitives, and System.ServiceModel..Security. These have all been updated to version 4.10.0 (all are the same version). The old ones (all 4.3.5) have some known vulnerabilities - and should not be used if possible. I am not a C# programmer, but WAGL'd my way through it (Wonder Around, Get Lucky). If someone who manages this repo would like I can send the updates (as a zip). This new version has the advantage of not annoying you to do updates that will break the code.