rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
34.25k stars 14k forks source link

MS-9862 Ruby on Rails Upgrade Preparation : Migration #19645

Closed adeherdt-r7 closed 1 week ago

adeherdt-r7 commented 1 week ago

Description

Updating the logic in the Msf::DbManager::Migration to adhere to modern Rails standards and no longer manually control the connection. The connection pool and handling is fully controlled by ActiveRecord, which has a better understanding of what needs to be done than we do.

Verification