iot-onboarding / tiedie

Tie Die Onboarding and Control Project
Other
6 stars 1 forks source link

logic in scim.py around schemas is wrong #57

Closed elear closed 4 months ago

elear commented 4 months ago

Someone could put junk into the schemas array and so long as the BLE entry is there, then we won't blow an error. Probably that means we need to pop entries off that array (or a working version) to insure that it's empty by the time we're done. See gateway/scim.py.