When running Dexter CLI with -x parameter, an XML result file is created.
However, in some cases this XML is ill-formed.
Steps to reproduce:
Run Dexter on this file: CheckDUID.cpp, with -x parameter.
Resulting XML file will contain following lines:
<occurence startLine="9" endLine="9" message=""db/comss/duid" is used. You need to check usage and the purpose of ID system. please refer to Samsung Smart TV Service Device Identifier Guideline" />
This XML is ill-formed, because of additional quotation marks after message. As a result, it cannot be properly parsed, e.g. by dexter-vs. One should use " instead.
When running Dexter CLI with -x parameter, an XML result file is created. However, in some cases this XML is ill-formed.
Steps to reproduce:
Resulting XML file will contain following lines:
<occurence startLine="9" endLine="9" message=""db/comss/duid" is used. You need to check usage and the purpose of ID system. please refer to Samsung Smart TV Service Device Identifier Guideline" />
This XML is ill-formed, because of additional quotation marks after
message
. As a result, it cannot be properly parsed, e.g. by dexter-vs. One should use"
instead.