|
|
|
|
|
by progval
2015 days ago
|
|
> instead, they are template variables, which can be shuffled throughout an XML document, requiring security software to constantly and reliably keep track of the value of the variable at multiple points Isn't the issue here that they are mixing this templating with the business logic? They should be fine if the XML parser (or some post-processing) expanded the namespaces and business logic didn't see them at all. > People sign URLs and JSON documents all the time with schemes that don't have this goofy property. Similarly, that might be a design issue. They should only sign documents they 100% built and serialized themselves, so the set of tags and namespaces. |
|