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
Currently, the copier copies the Approved mitigation into the destination application as Proposed instead of Approved. In addition, The Accepted Mitigation comment is also not copied.
I have noticed this behavior for SAST scan results.
The following warning is noted in the MitigationCopier.log:
WARNING - update_mitigation_info_rest - Cannot copy APPROVED mitigation for Flaw ID <FLAWID> in <APPLICATIONID>
I was able to make it work by adding 'APPROVED' in the 'ALLOWED_ACTIONS' ALLOWED_ACTIONS = ['COMMENT', 'FP', 'APPDESIGN', 'OSENV', 'NETENV', 'REJECTED', 'ACCEPTED', 'LIBRARY', 'ACCEPTRISK', 'APPROVE', 'REJECT', 'BYENV', 'BYDESIGN', 'LEGAL', 'COMMERCIAL', 'EXPERIMENTAL', 'INTERNAL', 'APPROVED']
The text was updated successfully, but these errors were encountered:
Currently, the copier copies the Approved mitigation into the destination application as Proposed instead of Approved. In addition, The Accepted Mitigation comment is also not copied.
I have noticed this behavior for SAST scan results.
The following warning is noted in the MitigationCopier.log:
WARNING - update_mitigation_info_rest - Cannot copy APPROVED mitigation for Flaw ID <FLAWID> in <APPLICATIONID>
I was able to make it work by adding 'APPROVED' in the 'ALLOWED_ACTIONS'
ALLOWED_ACTIONS = ['COMMENT', 'FP', 'APPDESIGN', 'OSENV', 'NETENV', 'REJECTED', 'ACCEPTED', 'LIBRARY', 'ACCEPTRISK', 'APPROVE', 'REJECT', 'BYENV', 'BYDESIGN', 'LEGAL', 'COMMERCIAL', 'EXPERIMENTAL', 'INTERNAL', 'APPROVED']
The text was updated successfully, but these errors were encountered: