dradis-ce icon indicating copy to clipboard operation
dradis-ce copied to clipboard

Fix card comments xml

Open sean-yeoh opened this issue 3 years ago • 0 comments

Summary

Currently, card comments are exported in the XML but not in the correct node.

The exported XML looks like this, notice the individual comment's attributes are direct children inside the <comments> node, but they should be in the <comment> node instead.

image

You can see the difference by comparing it to an issue's comment.

image

Other Information

If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other information.

Thanks for contributing to Dradis!

Copyright assignment

Collaboration is difficult with commercial closed source but we want to keep as much of the OSS ethos as possible available to users who want to fix it themselves.

In order to unambiguously own and sell Dradis Framework commercial products, we must have the copyright associated with the entire codebase. Any code you create which is merged must be owned by us. That's not us trying to be a jerks, that's just the way it works.

Please review the CONTRIBUTING.md file for the details.

You can delete this section, but the following sentence needs to remain in the PR's description:

I assign all rights, including copyright, to any future Dradis work by myself to Security Roots.

Check List

  • [x] Added a CHANGELOG entry

sean-yeoh avatar May 13 '22 06:05 sean-yeoh