V-276294
Microsoft Azure SQL Managed Instance Security Technical Implementation Guide
Title
Azure SQL Managed Instance must protect against a user falsely repudiating by ensuring databases are not in a trust relationship.
Description
<VulnDiscussion>Nonrepudiation of actions taken is required to maintain data integrity. Examples of particular actions taken by individuals include creating information, sending a message, approving information (e.g., indicating concurrence or signing a contract), and receiving a message. Nonrepudiation protects against later claims by a user of not having created, modified, or deleted a particular data item or collection of data in the database. Azure SQL Managed Instance provides the abil...
Fix Text (Documentation Requirement)
Disable trustworthy on the database. ALTER DATABASE [<database name>] SET TRUSTWORTHY OFF;