pdfxray_public icon indicating copy to clipboard operation
pdfxray_public copied to clipboard

Toolbox classification tags

Open 9b opened this issue 12 years ago • 0 comments

Once a sample has been tagged as malicious or non-malicious, there is no way to easily remove this tag. An AJAX method should be provided to remove the tag from a given file if it were marked wrong.

Suggested fix:

  • AJAX call that passes the given hash to update with the action to be performed.
  • Update the document in Mongo by popping the tag from the "tags" array.

9b avatar Sep 20 '11 08:09 9b