diff --git a/documents/adr/0013-handling-attachments.md b/documents/adr/0013-handling-attachments.md index a3389b649..de0d3fef0 100644 --- a/documents/adr/0013-handling-attachments.md +++ b/documents/adr/0013-handling-attachments.md @@ -101,6 +101,10 @@ This approach uses media type parameters for each encoding or data format repres ``` +### Benefits and drawbacks of these approaches + +Given the options above, there are important considerations to the complexity of business logic, duplicative encoding, and ergonomics for software developers that implement against FedRAMP's customization of OSCAL. + ## Decision What is the change that we're proposing and/or doing?