FIWARE / context.Orion-LD

Context Broker and CEF building block for context data management which supports both the NGSI-LD and the NGSI-v2 APIs
https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06.01_60/gs_CIM009v010601p.pdf
GNU Affero General Public License v3.0
50 stars 43 forks source link

Broker crashes on invalid character in attribute name in q string-filter #511

Open kzangeli opened 4 years ago

kzangeli commented 4 years ago

The following curl command crashes the broker:

curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=TemperatureSensor&q=controlledAsset=%22urn:ngsi-ld:Building:barn002%22&prettyPrint=yes'
kzangeli commented 4 years ago

Fixed by PR #512