You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Veracode Mitigation Copier Plugin, the original reviewer and approver details are replaced by the service account details. For traceability and audit requirements, it is essential to retain the original details.
Enhancement Request
Current Behavior: The original Reviewer and Approver details are replaced with the service account details when using the plugin.
Desired Behavior: Add the original Reviewer and Approver details to the comments while copying the mitigations.
Implementation Suggestion: Modify the plugin to extract and add the original reviewer and approver details to the comments section of the copied mitigations.
Updating line:320 with the following code seems to add the original reviewer and approver correctly in the comment.
proposal_comment = '(COPIED FROM APP {}) {} | OriginalComment by {}'.format(from_app_guid, mitigation_action['comment'], mitigation_action['user_name'])
Impact
This enhancement will improve traceability and meet audit requirements by retaining the original reviewer and approver details within the comments.
The text was updated successfully, but these errors were encountered:
arpitkothari-hub
changed the title
Retain Original Reviewer and Approver Details in Comments
Retain original reviewer and approver details in comments
Sep 6, 2024
Summary
When using the Veracode Mitigation Copier Plugin, the original reviewer and approver details are replaced by the service account details. For traceability and audit requirements, it is essential to retain the original details.
Enhancement Request
Updating line:320 with the following code seems to add the original reviewer and approver correctly in the comment.
proposal_comment = '(COPIED FROM APP {}) {} | OriginalComment by {}'.format(from_app_guid, mitigation_action['comment'], mitigation_action['user_name'])
Impact
This enhancement will improve traceability and meet audit requirements by retaining the original reviewer and approver details within the comments.
The text was updated successfully, but these errors were encountered: