Comment 30 for bug 1100282

Revision history for this message
Dan Prince (dan-prince) wrote : Re: DoS through XML entity expansion

I'm seeing a minor XML formatting issue. For the most part tests are passing... but I'm having to change two test cases when using the custom minidom parser. This fix is to do this...

+++ b/nova/tests/integrated/api_samples/os-security-groups/security-group-post-r
@@ -1,5 +1,3 @@
 <security_group name="%(group_name)s">
- <description>
- description
- </description>
+ <description>description</description>
 </security_group>