import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_41 = VersionInfo.of({ version: '0.2.41:0', releaseNotes: { en_US: 'Security fix: closes an unauthenticated path-traversal flaw in the ' + 'static file server that let a crafted URL read files outside the web ' + 'root (including the database and session secret). Requests are now ' + 'contained to the frontend build directory. Upgrade recommended for all ' + 'internet-facing deployments.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })