In addition to rolling out patches to address two zero-days affecting SQL Server and .NET, Microsoft introduced Common Log File System hardening with signature verification.
CREATE POLICY "Allow all on spots" ON spots FOR ALL USING (true) WITH CHECK (true); CREATE POLICY "Allow all on spot_preferences" ON spot_preferences FOR ALL USING (true) WITH CHECK (true); CREATE ...